From 5dd409045db66131daf5d8414fbd9cd14e7b0309 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Fri, 6 Oct 2023 12:25:54 -0400 Subject: [PATCH] Play with the media attributes --- app/src/frontend/map/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/map/map.css b/app/src/frontend/map/map.css index 95ad9e0e..1bd3a583 100644 --- a/app/src/frontend/map/map.css +++ b/app/src/frontend/map/map.css @@ -8,7 +8,7 @@ } @media (min-width: 990px) { .map-container { - top: 0; + top: 50px; left: 470px; } }