diff --git a/style.css b/style.css index dea0328..ad25a10 100644 --- a/style.css +++ b/style.css @@ -5,12 +5,15 @@ html, body, .map-container { a:hover { text-decoration: none; + background: #e0e0f7; } #map { width: 100%; - height: calc(100% - 90px); + height: calc(100vh - 120px); margin-top: 100px; + position: relative; + z-index: 1; } .leaflet-container { @@ -146,16 +149,18 @@ a:hover { #footer { height: 40px; width: 100%; - background-color: rgba(255,255,255,.7); + background-color: #e0e0f7; position: sticky; bottom: 0; + padding-top: 20px; + margin-top: 20px; } - +/* #footer .container > div { - padding-top: 11px; + padding-bottom: 11px; } - +*/ .tooltip { font-size:12px; -} \ No newline at end of file +}