diff --git a/packages/website/404.html b/packages/website/404.html
index 73abf58..f870d75 100644
--- a/packages/website/404.html
+++ b/packages/website/404.html
@@ -7,8 +7,11 @@ excludeFromSitemap: true
-
- Image by https://icons8.com
+
+ Image by https://icons8.com
-
Uh oh, the page you wanted to see isn't here. How about going to the homepage?
+
+ Uh oh, the page you wanted to see isn't here. How about
+ going to the homepage?
+
diff --git a/packages/website/_includes/default.html b/packages/website/_includes/default.html
index e4ac476..e235029 100644
--- a/packages/website/_includes/default.html
+++ b/packages/website/_includes/default.html
@@ -114,7 +114,7 @@
padding: 1rem;
max-width: var(--layout-max-width);
margin: 0 auto;
- min-height: 55vh;
+ min-height: calc(100dvh - 4rem);
}
@media screen and (max-width: 700px) {