feat(ui): refine spacing in NavSection

This commit is contained in:
Brian McGee
2025-08-22 13:27:06 +01:00
parent 99092a6ef2
commit 6d236a6282

View File

@@ -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 {