diff --git a/src/App.css b/src/App.css index 4e8368c..25421d2 100644 --- a/src/App.css +++ b/src/App.css @@ -29,6 +29,13 @@ body { } .sighting-detail-google-map-container > div { - width: calc(100% - 50% - 120px) !important; - height: 50% !important; + width: 100% !important; + height: 30% !important; +} + +@media (min-width: 960px) { + .sighting-detail-google-map-container > div { + width: calc(100% - 50% - 120px) !important; + height: 50% !important; + } } \ No newline at end of file