Skip to content

Commit

Permalink
FIX - body width
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalSvatos committed Dec 17, 2022
1 parent 6c38c72 commit b408805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ body {
justify-content: center;
align-items: center;
flex-direction: column;
width: 100vw;
width: 100%;
min-height: 100vh;
padding: calc(var(--gap) * 3) var(--gap);
margin: 0;
Expand Down

0 comments on commit b408805

Please sign in to comment.