Skip to content

Commit

Permalink
Edit some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonr committed Apr 29, 2024
1 parent 7514020 commit 28c0b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
</nav>

<Svrollbar
alwaysVisible={true}
initiallyVisible={true}
margin={{
top: 3 * rem,
}}
Expand All @@ -153,7 +153,7 @@
</a>
</div>

<div class="mt-16 text-lg">
<div class="my-16 text-lg">
<slot class="bg-white dark:bg-black" />
</div>

Expand Down

0 comments on commit 28c0b5e

Please sign in to comment.