From f1fe945f16636d2fec5b3dd19853056ab630d612 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 11 Sep 2023 13:03:36 +0500 Subject: [PATCH] make map take full screen width --- themes/lumbung-theme/static/css/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 1e2813a..6bcf4e4 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -1013,8 +1013,13 @@ label:hover { /* publishers map */ #map { + margin-top: 2rem; margin-bottom: 4rem; - z-index: -1; + /* z-index: -1; */ + + /* makes map "break out of container" and take full-width */ + width: 100vw !important; + transform: translateX(-10%); }