fix login css width to not overflow

This commit is contained in:
mbecker20
2023-01-12 19:58:11 +00:00
parent a1acac1479
commit d227f2c311

View File

@@ -1,6 +1,5 @@
.Login {
width: 100vw;
height: 100vh;
height: calc(100vh - 4rem);
display: grid;
place-items: center;
}