💄 fix slot to fit content

This commit is contained in:
Sindre Kjelsrud 2023-12-10 01:08:11 +01:00
parent d9dfec6dbc
commit 10ff3eea0c

View file

@ -15,7 +15,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
<div class="flex flex-col justify-between h-screen"> <div class="flex flex-col justify-between h-screen">
<Header title={SITE_TITLE} /> <Header title={SITE_TITLE} />
<slot /> <slot class="flex-1"/>
<Footer /> <Footer />
</div> </div>