marten-application/src/App.css

15 lines
258 B
CSS
Raw Normal View History

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