Fix indentation

This commit is contained in:
James Lyne 2021-06-22 18:25:19 +01:00
parent 0698085d98
commit c2a43f6414

View File

@ -154,7 +154,7 @@
left: 6rem; left: 6rem;
overflow: auto; overflow: auto;
max-width: calc(100vw - 14rem); max-width: calc(100vw - 14rem);
box-sizing: border-box; box-sizing: border-box;
@media screen and (max-width: 400px) { @media screen and (max-width: 400px) {
max-width: calc(100vw - 13rem); max-width: calc(100vw - 13rem);
@ -162,7 +162,7 @@
.leaflet-control-layers-overlays { .leaflet-control-layers-overlays {
width: 100%; width: 100%;
max-width: 30rem; max-width: 30rem;
} }
.layer { .layer {