Skip to content

Commit

Permalink
reduce hr margin on side nav (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossedfort authored Sep 3, 2024
1 parent e269ec8 commit cde49cd
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 cde49cd

Please sign in to comment.