Allow scroll

This commit is contained in:
Artem Baskal
2020-12-24 19:06:44 +03:00
parent 8e793261e6
commit 18b5f6e5e4
6 changed files with 25 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
@media screen and (max-width: 767px) {
input, select, textarea {
font-size: 16px !important;
}
}
.login {
display: flex;
flex-direction: column;