Add temporary closure notice
This commit is contained in:
parent
1fefc16807
commit
735ef6fcbe
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user