marten-application/src/App.css

13 lines
216 B
CSS
Raw Normal View History

2018-09-19 20:42:56 +00:00
body {
margin: 0;
}
.report-google-map-container > div {
width: 50% !important;
}
2018-10-24 17:09:53 +00:00
@media (min-width: 960px) {
.sighting-google-map-container > div {
width: calc(100% - 241px) !important;
}
2018-09-19 20:42:56 +00:00
}