mirror of https://github.com/kiwix/libkiwix.git
corrected search button in mobile view
This commit is contained in:
parent
cc45c840d1
commit
6e8200637e
|
@ -376,6 +376,11 @@ body {
|
||||||
.kiwixNav__filters {
|
.kiwixNav__filters {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.searchButton {
|
||||||
|
margin: 17px 0;
|
||||||
|
width: 229px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 340px) {
|
@media screen and (max-width: 340px) {
|
||||||
|
|
Loading…
Reference in New Issue