feat: lock page width back to 65ch
This commit is contained in:
parent
3d6da4d63b
commit
73c269a59c
8 changed files with 56 additions and 58 deletions
|
@ -31,7 +31,7 @@ const { title, description, image, date, updated, tags } = Astro.props;
|
|||
>
|
||||
<Header />
|
||||
<main
|
||||
class="mx-auto w-full max-w-[1344px] space-y-6"
|
||||
class="mx-auto w-full max-w-[65ch] space-y-6"
|
||||
transition:animate="fade"
|
||||
>
|
||||
<slot />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue