[TELE-1393] add space above button in mobile to avoid it stuck to field

This commit is contained in:
Daniel Muyshond 2022-07-29 14:42:05 +02:00
parent 374f13c429
commit 5a8a921ae9
1 changed files with 6 additions and 0 deletions

View File

@ -303,6 +303,12 @@ div.invisible {
display: none;
}
@media screen and (max-width: $nav-mobile-limit) {
form button {
margin-top: 10px;
}
}
/*
Footer
*/