Fix Padding
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-01-21 14:57:05 +01:00
parent 254807efa6
commit 9146f65455

View File

@ -10,7 +10,7 @@ const {title, description} = Astro.props;
<div class="h-screen w-screen fixed -z-10"> <div class="h-screen w-screen fixed -z-10">
<BackgroundImage /> <BackgroundImage />
</div> </div>
<div class="mx-auto bg-gray-100 p-8 rounded-b-md shadow-md pt-40 sm:pt-28 md:pt-14 relative <div class="mx-auto bg-gray-100 p-8 rounded-b-md shadow-md pt-14 relative
dark:text-white dark:bg-neutral-900" style="width: min(100%, 75em);"> dark:text-white dark:bg-neutral-900" style="width: min(100%, 75em);">
<slot/> <slot/>
</div> </div>