Skip to content

Commit

Permalink
Style fixes around dev-disclaimer component
Browse files Browse the repository at this point in the history
  • Loading branch information
brockfanning committed Aug 5, 2020
1 parent 76e2c94 commit e7665f0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _sass/custom.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
body {
background: none;
padding-top: 0;
}
#main-content {
#map, #infoPanel {
width: 710px;
Expand Down Expand Up @@ -45,6 +49,13 @@ body.contrast-high {

#disclaimer {
background: #eaeaea;
font-size: 14px;

.alert {
margin-bottom: 0;
padding: 10px 0;
}

@media only screen and (max-width: 680px) {
font-size: 0.75em;
}
Expand Down

0 comments on commit e7665f0

Please sign in to comment.