Skip to content

Commit

Permalink
hides home search button on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Apr 18, 2019
1 parent a0ae3a4 commit 20193a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/pages/Home/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
margin: 0;
position: relative;
width: 100px;
@media (max-width: 768px) {
display: none;
}
}
}
& .results {
Expand Down

0 comments on commit 20193a6

Please sign in to comment.