Skip to content

Commit

Permalink
add max-width to body
Browse files Browse the repository at this point in the history
  • Loading branch information
aloop committed Oct 28, 2023
1 parent bdce640 commit b1fc22d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/elements/_body.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body {
min-height: 100vh;
min-width: var(--body-min-width);
max-width: 100%;
padding: var(--body-padding);
margin: auto;
color: var(--color);
Expand Down

0 comments on commit b1fc22d

Please sign in to comment.