Merge branch 'add-closing-notice'

This commit is contained in:
Nathan Chapman 2022-05-26 18:34:15 -06:00
commit 367979bcf8
2 changed files with 16 additions and 0 deletions

View File

@ -36,6 +36,10 @@
<header class="site__header">
<img class="site__logo" src="/images/site-logo.png">
<h1>NOW OPEN</h1>
<div class="site__notice">
<h4>We will be closed on Tuesday May 31st &<br>
Wednesday June 1st for repairs.</h4>
</div>
<h3>
Mon-Thu: 7:30am - 4pm <br>
Fri: 7:30am - 5pm<br>

View File

@ -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