Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
noamilsh committed Jul 8, 2022
1 parent 4c3ac2c commit 2888ac0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/layout/layout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
margin: 0 auto;
width: 1280px;

@media only screen and (max-width: 1280px) {
padding: 136px 24px 114px;
}

@media only screen and (max-width: 768px) {
justify-content: center;
flex-wrap: wrap;
padding: 136px 24px 80px;
margin: 0 auto;
max-width: 1280px;
Expand Down

0 comments on commit 2888ac0

Please sign in to comment.