Remove old style
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tobias 2024-05-19 07:13:09 +02:00
parent 68972aba1a
commit da435c8fc1

View File

@ -8,10 +8,8 @@ const { title } = Astro.props;
<BaseLayout title={title}> <BaseLayout title={title}>
<Header/> <Header/>
<div class="min-h-screen flex flex-col">
<main class="flex-grow"> <main class="flex-grow">
<slot/> <slot/>
</main> </main>
<Footer/> <Footer/>
</div>
</BaseLayout> </BaseLayout>