From 64c0c18f2a6a356947ae4667dede462c5cf0010d Mon Sep 17 00:00:00 2001 From: feliciaan Date: Thu, 11 Dec 2014 21:50:17 +0100 Subject: [PATCH] smaller logos on mobile --- map.css | 10 ++++++++++ map.html | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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 @@