Skip to content

Commit

Permalink
fix: increase the max-width to 768px
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-elkin committed Dec 7, 2024
1 parent 137ae29 commit 0d36880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const {
<body
class="font-sans text-zinc-900 antialiased transition-colors dark:bg-zinc-900 dark:text-zinc-200"
>
<div class={cn("max-w-xl mx-auto p-4", className)}>
<div class={cn("max-w-3xl mx-auto p-4", className)}>
<Header />
<slot />
</div>
Expand Down

0 comments on commit 0d36880

Please sign in to comment.