fixed map sizing
This commit is contained in:
parent
7736f3ff33
commit
5366b67a98
|
@ -28,7 +28,14 @@ body {
|
||||||
margin-top: 330px;
|
margin-top: 330px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sighting-detail-google-map-container > div {
|
||||||
|
width: 100% !important;
|
||||||
|
height: 30% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 960px) {
|
||||||
.sighting-detail-google-map-container > div {
|
.sighting-detail-google-map-container > div {
|
||||||
width: calc(100% - 50% - 120px) !important;
|
width: calc(100% - 50% - 120px) !important;
|
||||||
height: 50% !important;
|
height: 50% !important;
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue