diff --git a/groups/new-homepage-3/homepage3-js-css.html b/groups/new-homepage-3/homepage3-js-css.html index 4117351..28652f3 100644 --- a/groups/new-homepage-3/homepage3-js-css.html +++ b/groups/new-homepage-3/homepage3-js-css.html @@ -4,6 +4,20 @@ body { color: #111; } +/* style alert */ + +#corona-alert { + text-align: center; + background-color: #faf870; + margin-bottom: -10px; + padding: 5px; +} + +#corona-alert-text { + color: #111; + font-size: 1.2em; +} + /* style navbar */ .navbar-default { @@ -25,23 +39,6 @@ body { margin-left: 16px; } -/* style dismissible alert */ - -#covid-alert { - text-align: center; - margin-bottom: 25px !important; - font-size: 1.5em; -} - -#covid-alert a { - color: #6c4a00; - text-decoration: underline; -} - -#x { - margin-top: 7px; -} - /* style jumbotron */ .onesearch-jumbotron { diff --git a/groups/new-homepage-3/homepage3-template.html b/groups/new-homepage-3/homepage3-template.html index 92bd994..d72e576 100644 --- a/groups/new-homepage-3/homepage3-template.html +++ b/groups/new-homepage-3/homepage3-template.html @@ -2,7 +2,14 @@
-
+ +
{{public_header}}
@@ -222,18 +229,6 @@