diff --git a/app/globals.css b/app/globals.css index c9fc56a1..c6c2950a 100644 --- a/app/globals.css +++ b/app/globals.css @@ -159,8 +159,8 @@ .mobile-icons-bar-content { min-width: 0; width: 100%; - justify-content: center; - gap: 20px; + justify-content: space-evenly; + gap: 0; } } @@ -263,4 +263,4 @@ } .mapboxgl-ctrl-group button { pointer-events: auto !important; -} +} \ No newline at end of file