add an hours placeholder

This commit is contained in:
Mark Eaton
2021-01-29 09:41:13 -05:00
parent 601a198c53
commit bcecfcc247
2 changed files with 11 additions and 3 deletions
@@ -49,6 +49,7 @@
padding: 2px;
}
/* style the gallery */
.gallery-div {
background-color: #bbb;
height: 300px;
@@ -69,4 +70,12 @@
font-weight: bold;
}
/* style the hours div */
.hours-div {
background-color: #bbb;
height: 150px;
text-align: center;
padding-top: 35px;
}
</style>