Fix mobile map height
This commit is contained in:
parent
f7e6810eda
commit
838dda07c4
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
#map {
|
||||
min-height: 800px;
|
||||
height: 400px;
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 3;
|
||||
}
|
||||
|
@ -44,6 +44,8 @@ details h2 {
|
|||
}
|
||||
|
||||
#map {
|
||||
height: auto;
|
||||
min-height: 800px;
|
||||
grid-column-end: 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue