2018-09-19 20:42:56 +00:00
|
|
|
body {
|
|
|
|
margin: 0;
|
2018-09-27 22:00:35 +00:00
|
|
|
}
|
|
|
|
|
2018-10-25 15:31:38 +00:00
|
|
|
@media (min-width: 600px) {
|
2018-10-24 17:09:53 +00:00
|
|
|
.sighting-google-map-container > div {
|
2018-10-25 15:31:38 +00:00
|
|
|
width: calc(100% - 240px) !important;
|
|
|
|
height: calc(100% - 64px) !important;
|
2018-10-24 17:09:53 +00:00
|
|
|
}
|
2018-10-04 21:19:27 +00:00
|
|
|
}
|
|
|
|
|
2018-10-24 22:09:23 +00:00
|
|
|
@media (min-width: 960px) {
|
|
|
|
.report-google-map-container > div {
|
2018-10-25 15:31:38 +00:00
|
|
|
width: calc(100% - 50% - 120px) !important;
|
2018-10-24 22:09:23 +00:00
|
|
|
}
|
2018-09-19 20:42:56 +00:00
|
|
|
}
|