💄 fix slot to fit content
This commit is contained in:
parent
d9dfec6dbc
commit
10ff3eea0c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
|
|||
<div class="flex flex-col justify-between h-screen">
|
||||
<Header title={SITE_TITLE} />
|
||||
|
||||
<slot />
|
||||
<slot class="flex-1"/>
|
||||
|
||||
<Footer />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue