mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-27 21:39:37 +00:00
Better align kiwix-serve welcome page filters
This commit is contained in:
committed by
Kelson
parent
2b6da38c46
commit
5aa74c62d6
@ -23,8 +23,7 @@ body {
|
||||
.kiwixNav {
|
||||
background-color: #f4f6f8;
|
||||
width: 100%;
|
||||
padding: 20px 11vw 25px;
|
||||
height: 140px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.kiwixHomeBody__results {
|
||||
@ -41,7 +40,7 @@ body {
|
||||
display: grid;
|
||||
grid-gap: 20px;
|
||||
grid-template-columns: 231px 231px;
|
||||
margin: 10px 0;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
.kiwixNav__kiwixFilter {
|
||||
@ -102,7 +101,7 @@ body {
|
||||
|
||||
.kiwixSearch {
|
||||
height: 35px;
|
||||
width: 229px;
|
||||
width: 231px;
|
||||
border-radius: 10px;
|
||||
border: solid 1px #b5b2b2;
|
||||
padding: 10px;
|
||||
|
Reference in New Issue
Block a user