Fix mobile map height

This commit is contained in:
Ben Goldsworthy 2022-08-24 10:40:58 +00:00
parent f7e6810eda
commit 838dda07c4

View file

@ -24,7 +24,7 @@
} }
#map { #map {
min-height: 800px; height: 400px;
grid-column-start: 1; grid-column-start: 1;
grid-column-end: 3; grid-column-end: 3;
} }
@ -44,6 +44,8 @@ details h2 {
} }
#map { #map {
height: auto;
min-height: 800px;
grid-column-end: 2; grid-column-end: 2;
} }