Fixed scaling

This commit is contained in:
Alexei Koshelev 2022-12-07 17:05:03 +03:00
parent 80be5eaede
commit 22ec672082

View file

@ -44,9 +44,9 @@ body {
} }
.form { .form {
height: 60%; height: 100%;
display: flex; display: flex;
align-items: flex-end; align-items: center;
justify-content: center; justify-content: center;
} }