main height -> min-height

This commit is contained in:
Cade Scroggins 2022-12-02 14:54:57 -08:00
parent 19d2dc1c21
commit 0129f39542
No known key found for this signature in database
GPG key ID: 6AC5A902158265D0

View file

@ -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;
}