diff --git a/index.html b/index.html index 2ca4bde..6487062 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,10 @@ NOW OPEN + + We will be closed on Tuesday May 31st & + Wednesday June 1st for repairs. + Mon-Thu: 7:30am - 4pm Fri: 7:30am - 5pm diff --git a/styles/main.css b/styles/main.css index 0bb1676..5ec5d5d 100644 --- a/styles/main.css +++ b/styles/main.css @@ -278,6 +278,18 @@ nav a { } } +/* Site notice + ========================================================================== */ +.site__notice { + background-color: rgba(0, 0, 0, 0.6); + padding: 1rem; + max-width: 25rem; + margin: 0 auto; +} +.site__notice h4 { + margin: 0; +} + /* ========================================================================== Main