add dismissable alert

This commit is contained in:
Mark Eaton
2021-02-28 21:39:57 -05:00
parent fde187813e
commit 071991a93a
2 changed files with 29 additions and 1 deletions
@@ -25,6 +25,20 @@ body {
margin-left: 16px;
}
/* style dismissible alert */
#covid-alert {
text-align: center;
max-width: 500px;
margin-bottom: 30px !important;
font-size: 1.5em;
}
#covid-alert a {
color: #6c4a00;
text-decoration: underline;
}
/* style jumbotron */
.onesearch-jumbotron {