Skip to content

Commit

Permalink
search bar width
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsolonets committed Sep 20, 2022
1 parent 81f3a13 commit 6ac2197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/SearchBar/SearchBar.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const SearchInput = styled.input`
padding: 1.3rem 2rem;
}
@media (min-width: 42em) and (max-width: 50em) {
width: 65vw;
width: 62vw;
padding: 1.3rem 2rem;
}
@media (min-width: 50em) and (max-width: 60em) {
Expand Down

0 comments on commit 6ac2197

Please sign in to comment.