*another* Fix page

This commit is contained in:
2024-08-12 22:38:54 +02:00
parent 38047b1ddf
commit 52c9ed0118

View File

@ -7,7 +7,7 @@ const {title, description} = Astro.props;
<NavbarLayout title={title} description={description}>
<slot name="head" slot="head"/>
<div class="h-screen fixed -z-10">
<div class="h-screen w-screen fixed -z-10">
<BackgroundImage />
</div>
<div class="mx-auto bg-gray-100 p-8 rounded-b-md shadow-md pt-40 sm:pt-28 md:pt-14 relative