Skip to content

Commit

Permalink
fix: the search container doesn't overlap with the view item on deskt…
Browse files Browse the repository at this point in the history
…op (resolves #288) (#289)
  • Loading branch information
cindyli authored Jun 15, 2020
1 parent 4a431a2 commit c74b86b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ header {
.search-container {
align-items: center;
display: flex;
margin-left: rem(40);

svg {
fill: white;
Expand Down Expand Up @@ -118,6 +117,8 @@ header {
@media screen and (min-width: rem(1024)) {
header {
.search-container {
margin-left: rem(80);

svg {
margin: rem(-40);
}
Expand Down

0 comments on commit c74b86b

Please sign in to comment.