Skip to content

Commit

Permalink
add margin on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 committed Feb 25, 2024
1 parent ea19943 commit cba8550
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ body {
scrollbar-gutter: stable;
font-family: sans-serif;
}

@media (max-width: 1023px) {
.container {
margin-inline: 1rem;
}
}

0 comments on commit cba8550

Please sign in to comment.