fix(style): Prevent body overflows

This commit is contained in:
saibotk 2024-02-21 20:36:39 +01:00
parent b72c0a3abe
commit 4bcc39cf0b
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -24,7 +24,7 @@ const { pageTitle, description } = Astro.props
/>
</head>
<body
class="font-sans text-zinc-300 w-full max-w-4xl px-4 mx-auto min-h-screen flex flex-col"
class="font-sans text-zinc-300 w-full max-w-4xl px-4 mx-auto min-h-screen flex flex-col overflow-x-hidden"
>
<Header title={SITE_TITLE} />
<main class="grow flex flex-col my-4 mx-4">