Skip to content

Commit

Permalink
fix display on phone
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Aug 11, 2024
1 parent 419b91d commit 03707b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/PageLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const { metadata } = Astro.props;
<slot name="header">
<Header {...headerData} isSticky showToggleTheme />
</slot>
<main>
<main class="flex flex-col">
<slot />
</main>
<slot name="footer">
Expand Down

0 comments on commit 03707b1

Please sign in to comment.