diff --git a/_sass/custom.scss b/_sass/custom.scss index 73e131317b6..dadc7f73c83 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -1,3 +1,7 @@ +body { + background: none; + padding-top: 0; +} #main-content { #map, #infoPanel { width: 710px; @@ -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; }