Skip to content

Commit

Permalink
fix: wrap <main> around section
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwente committed Mar 6, 2024
1 parent 8fb4253 commit 7a2f991
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/components/Container.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section class="prose p-4 lg:prose-xl lg:p-10">
<main id="main-content">
<main id="main-content">
<section class="prose p-4 lg:prose-xl lg:p-10">
<slot />
</main>
</section>
</section>
</main>

0 comments on commit 7a2f991

Please sign in to comment.