fixed map sizing
This commit is contained in:
parent
7736f3ff33
commit
5366b67a98
11
src/App.css
11
src/App.css
|
@ -29,6 +29,13 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sighting-detail-google-map-container > div {
|
.sighting-detail-google-map-container > div {
|
||||||
width: calc(100% - 50% - 120px) !important;
|
width: 100% !important;
|
||||||
height: 50% !important;
|
height: 30% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 960px) {
|
||||||
|
.sighting-detail-google-map-container > div {
|
||||||
|
width: calc(100% - 50% - 120px) !important;
|
||||||
|
height: 50% !important;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue