From bc69df28f95bce95f725d9ff65583d97bb381e0c Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 19 Oct 2023 14:50:56 -0400 Subject: [PATCH] Test --- app/src/frontend/map/map.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/frontend/map/map.css b/app/src/frontend/map/map.css index 42548157..bf44c986 100644 --- a/app/src/frontend/map/map.css +++ b/app/src/frontend/map/map.css @@ -7,8 +7,9 @@ } @media (min-width: 990px) { .map-container { + position: relative; top: 0; - left: 200px; + left: 220px; } } .leaflet-container {