fix: gap below footer on iPad

This commit is contained in:
Stefan Imhoff
2023-06-16 08:03:15 +02:00
parent d83fa6ad4a
commit acc4dd0f4a

View File

@@ -140,7 +140,7 @@ const webManifest = isProduction && {
meta: [ meta: [
{ {
name: 'viewport', name: 'viewport',
content: 'width=device-width, initial-scale=1.0', content: 'width=device-width, initial-scale=1.0, viewport-fit=cover',
}, },
{ name: 'author', content: site.author }, { name: 'author', content: site.author },
{ name: 'generator', content: Astro.generator }, { name: 'generator', content: Astro.generator },
@@ -158,7 +158,7 @@ const webManifest = isProduction && {
<Scripts /> <Scripts />
</head> </head>
<body <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]" class="flex grow 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 h-screen grow flex-col" id="swup"> <div class="flex h-screen grow flex-col" id="swup">
<Sprite.Provider> <Sprite.Provider>