From f7949d5bbcd56d36f16f24d35fbb5f51220ad5fc Mon Sep 17 00:00:00 2001 From: Howters <87410370+Howters@users.noreply.github.com> Date: Sat, 5 Oct 2024 23:43:23 +0700 Subject: [PATCH] Update gap for groups on FooterLinks.module.css --- lib/FooterLinks/FooterLinks.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/FooterLinks/FooterLinks.module.css b/lib/FooterLinks/FooterLinks.module.css index e6ad1655..bfb26a2e 100644 --- a/lib/FooterLinks/FooterLinks.module.css +++ b/lib/FooterLinks/FooterLinks.module.css @@ -38,6 +38,7 @@ .groups { display: flex; flex-wrap: wrap; + gap: rem(20px); @media (max-width: $mantine-breakpoint-sm) { display: none;