Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
wlakom authored Dec 19, 2024
1 parent acd026c commit cc8dc7e
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}
}

0 comments on commit cc8dc7e

Please sign in to comment.