diff --git a/index.html b/index.html
index a4849b9..7852583 100644
--- a/index.html
+++ b/index.html
@@ -634,8 +634,8 @@
align-items: center;
box-sizing: border-box;
display: flex;
- height: 100vh;
justify-content: center;
+ min-height: 100vh;
padding: var(--space-2) var(--space-1);
width: 100vw;
}