fixed password input style on small screens

This commit is contained in:
Danny Coates
2018-03-01 21:33:59 -08:00
parent 557db53d39
commit fddf1c40dc

View File

@@ -35,8 +35,7 @@
}
@media (max-device-width: 520px), (max-width: 520px) {
.passwordInput {
.passwordInput__form {
flex-direction: column;
width: inherit;
}
}