fix footer form on mobile

This commit is contained in:
Arhell 2022-04-12 00:10:49 +03:00
parent e31fa5630d
commit ac8602bfbb

View File

@ -69,10 +69,10 @@
}
@media only screen and (max-width: $mobile-max-width) {
width: 326px;
width: 280px;
input {
width: 196px;
width: 150px;
}
button {