Skip to content

Commit

Permalink
feat: Alter map size if screen smaller than default map size
Browse files Browse the repository at this point in the history
  • Loading branch information
TAEMBO committed Jan 16, 2025
1 parent fefc640 commit e760542
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,11 @@ main > .container {
font-size: 14px !important;
min-width: auto;
}

@media screen and (max-width: 850px) {
.leaflet-container {
width: 99% !important;
height: 99% !important;
aspect-ratio: 1 / 1 !important;
}
}

0 comments on commit e760542

Please sign in to comment.