From 6d236a6282c1c4ee32c10320685af3cdec298a01 Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Fri, 22 Aug 2025 13:27:06 +0100 Subject: [PATCH] feat(ui): refine spacing in NavSection --- .../ui/src/components/NavSection/NavSection.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/clan-app/ui/src/components/NavSection/NavSection.module.css b/pkgs/clan-app/ui/src/components/NavSection/NavSection.module.css index 137fcbc37..da96df7e8 100644 --- a/pkgs/clan-app/ui/src/components/NavSection/NavSection.module.css +++ b/pkgs/clan-app/ui/src/components/NavSection/NavSection.module.css @@ -1,9 +1,9 @@ .navSection { - @apply w-full flex gap-2 items-center justify-between; + @apply w-full flex gap-1.5 items-center justify-between; @apply rounded-md px-4 py-5 bg-def-2; .meta { - @apply flex flex-col gap-2; + @apply flex flex-col gap-1; } &:hover {