diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -114,7 +114,7 @@ html, body { #map-menu, #zoom-control { position: relative; } -@media screen and (min-width: 577px) { +@media screen and (min-width: 768px) { #map-menu > .ol-control > button { font-size: 200%; } @@ -123,7 +123,7 @@ html, body { margin-top: .5rem; pointer-events: auto; } -@media screen and (max-width: 576px) { +@media screen and (max-width: 767px) { #map-menu > * { margin-top: .25rem; } @@ -209,7 +209,7 @@ html, body { display: block; } -@media screen and (max-width: 576px) { +@media screen and (max-width: 767px) { #layer-selection-panel, #map-legend-panel { max-width: 100%; @@ -237,7 +237,7 @@ html, body { display: none; } } -@media screen and (max-width: 768px) { +@media screen and (max-width: 900px) { #map-legend-panel, #layer-selection-panel { max-width: 60%; } |