feat: lock page width back to 65ch

This commit is contained in:
Troy 2025-02-13 00:25:26 +00:00
parent 3d6da4d63b
commit 73c269a59c
Signed by: troy
GPG key ID: DFC06C02ED3B4711
8 changed files with 56 additions and 58 deletions

View file

@ -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 />