Skip to content

Commit 5c7eb2c

Browse files
authored
Merge pull request #158 from sarthakkundra/fix/issue-155
Aligned search bar div's content centrally
2 parents 4f1d76c + b803e0f commit 5c7eb2c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/assets/scss/pages/home.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ $subheader-font-size: 18px;
1313
}
1414

1515
.search-bar {
16-
align-items: center;
1716
background-color: $eos-white;
1817
border-radius: 10px;
19-
justify-content: space-between;
18+
justify-content: center;
2019
margin: 16px 0px 16px 0px;
2120
padding: 20px;
2221
}
@@ -27,7 +26,7 @@ $subheader-font-size: 18px;
2726
}
2827

2928
.options-bar {
30-
align-items: center;
29+
justify-content: center;
3130
background-color: $eos-white;
3231
border-radius: 10px;
3332
padding: 8px;

0 commit comments

Comments
 (0)