move alert to top of page; improve html & add urls to nav-by-jumbotron
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user