Merge pull request 'feat(ui): refine spacing in NavSection' (#4881) from ui/navigation-section into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4881
This commit is contained in:
brianmcgee
2025-08-22 12:32:10 +00:00

View File

@@ -1,9 +1,9 @@
.navSection { .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; @apply rounded-md px-4 py-5 bg-def-2;
.meta { .meta {
@apply flex flex-col gap-2; @apply flex flex-col gap-1;
} }
&:hover { &:hover {