diff --git a/groups/new-homepage-3/homepage3-js-css.html b/groups/new-homepage-3/homepage3-js-css.html index 80fa830..099d341 100644 --- a/groups/new-homepage-3/homepage3-js-css.html +++ b/groups/new-homepage-3/homepage3-js-css.html @@ -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; +} + diff --git a/groups/new-homepage-3/homepage3-template.html b/groups/new-homepage-3/homepage3-template.html index d616626..c54feb6 100644 --- a/groups/new-homepage-3/homepage3-template.html +++ b/groups/new-homepage-3/homepage3-template.html @@ -57,11 +57,10 @@