From f04292f8132ebdad39054cdfd6d060f157367b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 17 Jun 2019 10:07:38 +0200 Subject: [PATCH] toodego: force custom height for air quality map --- static/toodego/_atmo.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/toodego/_atmo.scss b/static/toodego/_atmo.scss index f38770e2..9976b557 100644 --- a/static/toodego/_atmo.scss +++ b/static/toodego/_atmo.scss @@ -5,9 +5,9 @@ height: 300px; } div.combo-cell-map.leaflet-container { - height: 600px; + height: 600px !important; @media screen and (max-width: $desktop-limit) { - height: 300px; + height: 300px !important; } } }