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:
parent
d198bad91b
commit
516a9d9be8
|
@ -1495,6 +1495,7 @@ address {
|
|||
#campground_map {
|
||||
width: 70vw;
|
||||
border-radius: .6rem;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
#arbres {
|
||||
|
|
Loading…
Reference in New Issue