fix: layout adjustments

This commit is contained in:
enscribe 2024-09-15 13:45:12 -07:00
parent 5e616ac2e0
commit 72baf20564
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ const { title, description, image } = Astro.props
</head>
<body>
<div
class="box-border flex h-fit min-h-screen flex-col gap-y-6 px-4 font-sans antialiased"
class="box-border flex h-fit min-h-screen flex-col gap-y-6 font-sans antialiased"
>
<Header />
<main class="flex-grow">