From 29c68ea84c0fc544460b88210b5e695f256d6df7 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 31 Jan 2024 15:00:58 +0500 Subject: [PATCH] tweak map css --- themes/lumbung-theme/static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 7de85dd..23a4341 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -1011,10 +1011,10 @@ label:hover { display: flex; } -/* publishers map */ +/* leaflet map */ #map { margin-top: 2rem; - margin-bottom: 4rem; + margin-bottom: 4rem !important; /* makes map "break out of container" and take full-width */ width: 100vw !important;