corrected search button in mobile view

This commit is contained in:
Manan Jethwani 2021-07-04 18:10:10 +05:30 committed by Emmanuel Engelhart
parent cc45c840d1
commit 6e8200637e
1 changed files with 5 additions and 0 deletions

View File

@ -376,6 +376,11 @@ body {
.kiwixNav__filters {
grid-template-columns: 1fr;
}
.searchButton {
margin: 17px 0;
width: 229px;
}
}
@media screen and (max-width: 340px) {