Skip to content

Commit

Permalink
fix: no more overlap on search input in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Jul 1, 2020
1 parent 0b4935f commit 64baf46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/SearchInput.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
align-items: center;
width: 100%;
position: relative;
@media (max-width: 760px) {
margin: 0.25rem 0;
}
}

.icon {
Expand Down

0 comments on commit 64baf46

Please sign in to comment.