Remove viewport units

This commit is contained in:
Robert Long
2021-12-10 15:07:39 -08:00
parent 77aff4f829
commit 11eb137184
5 changed files with 76 additions and 60 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
flex-direction: column;
align-items: center;
padding: 0 20px;
height: 100%;
}
.content {
@@ -15,7 +16,7 @@
flex-direction: column;
max-width: 400px;
width: 100%;
height: 100vh;
min-height: 100%;
}
.formContainer {