mobile version fixes

This commit is contained in:
kurpfish
2021-08-19 16:17:06 +03:00
parent 3ce8e17645
commit 16032758a9
9 changed files with 84 additions and 30 deletions

View File

@ -45,7 +45,7 @@
@media (max-width: 575.98px) {
.search__box > button {
margin-top: 40px;
margin-top: 20px;
}
}
@ -77,4 +77,10 @@
.search__submit:hover .loader path {
fill: #6aaf5c;
}
@media (max-width: 990px) {
.select {
margin-right: 1rem;
}
}