diff --git a/src/components/Head.astro b/src/components/Head.astro
index 91bf64a..0aef9d2 100644
--- a/src/components/Head.astro
+++ b/src/components/Head.astro
@@ -27,8 +27,8 @@ const { cdn, commentURL = '', imageHostURL = '', customGoogleAnalyticsURL = '',
+
-
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 6c7432e..144ce65 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -22,7 +22,7 @@ const colorMode = themeConfig.color.mode
-
+
diff --git a/src/styles/global.css b/src/styles/global.css
index 9c93846..79a634d 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -4,10 +4,10 @@
--uno-colors-background: theme('colors.background');
}
html {
- --at-apply: 'h-[-webkit-fill-available] scroll-smooth antialiased text-62.5%';
+ --at-apply: 'scroll-smooth antialiased text-62.5%';
}
body {
- --at-apply: 'min-h-screen min-h-[-webkit-fill-available] bg-background text-primary text-1.6rem';
+ --at-apply: 'bg-background text-primary text-1.6rem';
}
@supports not (view-transition-name: none) {
body {