fix: bottom gap on mobile devices

This commit is contained in:
Stefan Imhoff
2023-06-16 07:28:54 +02:00
parent c317e9a308
commit d83fa6ad4a

View File

@@ -160,7 +160,7 @@ const webManifest = isProduction && {
<body
class="flex h-screen flex-col bg-shibui-100 font-sans font-normal leading-relaxed text-shibui-950 common-ligatures dark:bg-shibui-900 dark:text-shibui-200/[0.87]"
>
<div class="flex grow flex-col" id="swup">
<div class="flex h-screen grow flex-col" id="swup">
<Sprite.Provider>
{header && <PageHeader backLink={backLink} />}
<div class="page-content flex grow">