move alert to top of page; improve html & add urls to nav-by-jumbotron

This commit is contained in:
Mark Eaton
2021-03-03 17:13:01 -05:00
parent c2f745bcfc
commit f09571d5f4
2 changed files with 42 additions and 34 deletions
+14 -17
View File
@@ -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 {