From 77272a48c48c592f118b129d578dc410bbe37602 Mon Sep 17 00:00:00 2001 From: "coderabbitai[bot]" <136622811+coderabbitai[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:20:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20CodeRabbit=20Chat:=20Implement?= =?UTF-8?q?=20requested=20code=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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