Fix the font-size of #campground_map

Leaflet assumes that 1rem = 16px, and sets its wrapper’s font size to
.75rem to get 12px.  However, in our CSS 1rem = 10px.
This commit is contained in:
jordi fita mas 2024-01-31 15:13:35 +01:00
parent d198bad91b
commit 516a9d9be8
1 changed files with 1 additions and 0 deletions

View File

@ -1495,6 +1495,7 @@ address {
#campground_map {
width: 70vw;
border-radius: .6rem;
font-size: 1.2rem;
}
#arbres {