Skip to content

Commit

Permalink
Better align kiwix-serve welcome page filters
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jul 3, 2022
1 parent 0ff6805 commit 2fb5d3b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions static/skin/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ body {
.kiwixNav {
background-color: #f4f6f8;
width: 100%;
padding: 20px 11vw 25px;
height: 140px;
padding: 20px;
}

.kiwixHomeBody__results {
Expand All @@ -41,7 +40,7 @@ body {
display: grid;
grid-gap: 20px;
grid-template-columns: 231px 231px;
margin: 10px 0;
margin: 0 0 10px;
}

.kiwixNav__kiwixFilter {
Expand Down Expand Up @@ -102,7 +101,7 @@ body {

.kiwixSearch {
height: 35px;
width: 229px;
width: 231px;
border-radius: 10px;
border: solid 1px #b5b2b2;
padding: 10px;
Expand Down

0 comments on commit 2fb5d3b

Please sign in to comment.