Skip to content

Commit

Permalink
πŸ’„ make max-width bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredkiss3 committed Sep 24, 2024
1 parent bdda1a6 commit bc540d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/layouts/base-layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const description =
href="#main-content">
Skip to main content
</a>
<header class="max-w-2xl mx-auto my-8">
<header class="max-w-3xl mx-auto my-8">
<nav>
<ul class="flex items-center gap-4">
<li>
Expand All @@ -104,12 +104,12 @@ const description =
</header>
<main
id="main-content"
class="max-w-2xl mx-auto flex flex-col gap-14 items-stretch">
class="max-w-3xl mx-auto flex flex-col gap-14 items-stretch">
<slot />
</main>
<footer
class:list={[
"max-w-2xl mx-auto mb-20 border-t border-zinc-500 mt-14 py-2",
"max-w-3xl mx-auto mb-20 border-t border-zinc-500 mt-14 py-2",
"text-zinc-700 flex flex-col gap-4 justify-between",
"dark:text-inherit md:flex-row",
]}>
Expand Down

0 comments on commit bc540d9

Please sign in to comment.