Skip to content

Commit

Permalink
enhancement: adding some top padding to layout on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Sep 21, 2024
1 parent a51ada9 commit 933cad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/[network]/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</div>

<main
class="col-span-2 col-start-2 row-start-3 md:col-span-3 md:col-start-2 md:row-start-2 md:row-end-4"
class="col-span-2 col-start-2 row-start-3 md:col-span-3 md:col-start-2 md:row-start-2 md:row-end-4 md:pt-16"
>
{@render children()}
</main>
Expand Down

0 comments on commit 933cad6

Please sign in to comment.