diff --git a/map.css b/map.css index b8c6880..c1d67d8 100644 --- a/map.css +++ b/map.css @@ -114,6 +114,16 @@ table { } } +@media screen and (max-width: 800px) { + #schamper { + width: 90px; + } + + #zeus { + width: 75px; + } +} + @media screen and (max-height: 400px) { .leaflet-popup-content-wrapper { max-height: 150px; diff --git a/map.html b/map.html index f13a85f..15639e2 100644 --- a/map.html +++ b/map.html @@ -92,9 +92,9 @@