Skip to content

Commit

Permalink
reduce hr margin on side nav
Browse files Browse the repository at this point in the history
  • Loading branch information
rossedfort committed Sep 3, 2024
1 parent 2d3c60e commit 0bcb502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/side-nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{#each linkList as item}
{#if !item?.hidden}
{#if item.divider}
<hr class="-mx-4 my-8 border-subtle" />
<hr class="-mx-4 my-4 border-subtle" />
{/if}
<NavigationItem
link={item.href}
Expand Down

0 comments on commit 0bcb502

Please sign in to comment.