Skip to content

Commit

Permalink
Update _layout.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
brenorb committed May 30, 2024
1 parent d6a3e7b commit 046f168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ header {
display: flex; // new
}

@media (min-width: $mobile-break) {
@media (max-width: $mobile-break) { // from min to max
background-size: contain;
background-position: calc(50% - 300px) calc(100% + 20px);
padding-bottom: 0px; // new
Expand Down

0 comments on commit 046f168

Please sign in to comment.