Skip to content

Commit

Permalink
update margin
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Dec 9, 2023
1 parent 8fc5a83 commit 8dd03c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/components/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type Props = MarkdownLayoutProps<{
<div class="fixed hidden h-screen w-56 shrink-0 pt-12 lg:block">
<div class="flex h-full flex-col">
<a href="/" class="text-2xl font-medium">Lucia</a>
<div class="mt-8 overflow-auto pb-4">
<div class="mt-4 overflow-auto pb-4">
<NavMenu />
</div>
</div>
Expand Down

0 comments on commit 8dd03c4

Please sign in to comment.