Economical space usage in search form

No pre defined height for devices with with max-width 590px now. The previous height took a good amount of space on some devices.
This commit is contained in:
Nikhil Tanwar 2023-02-26 19:38:15 +05:30
parent 3cdc6c41c4
commit 08d6376eed
1 changed files with 3 additions and 2 deletions

View File

@ -490,8 +490,9 @@ body {
@media screen and (max-width: 590px) {
.kiwixNav {
height: 285px;
.kiwixNav__SearchForm {
display: flex;
flex-direction: column;
}
.kiwixHomeBody {