Skip to content

Commit

Permalink
fix(design): increase min-width for header display
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRamirez committed Nov 11, 2020
1 parent d45c53d commit 5f9535e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Header.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


@media screen and (min-width: 720px) {
@media screen and (min-width: 1500px) {
.header {
width: 21rem;
margin-left: -23rem;
Expand Down

0 comments on commit 5f9535e

Please sign in to comment.