Skip to content

Commit

Permalink
fix nav left
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Jan 14, 2024
1 parent 0104109 commit 10973df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<svelte:window bind:scrollY={y} />

<nav class="fixed w-full flex justify-between bg-opacity-90 items-center p-4 z-10">
<nav class="fixed w-full flex justify-between bg-opacity-90 items-center p-4 z-10 left-0">
<h3 class="text-3xl text-white hidden md:inline">
<a class="flex gap-2 items-center" href="/"><Icon name="monad" /></a>
</h3>
Expand Down

0 comments on commit 10973df

Please sign in to comment.