💄 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">
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue