Skip to content

Commit

Permalink
Update body padding to a single 0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Aug 3, 2021
1 parent 53782ab commit a63b5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/scss/partials/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ body {
display: flex;
flex-direction: column;
margin: 0;
padding: 0 0 0 0;
padding: 0;
font-size: 16px;
overscroll-behavior: contain;
line-height: 1.2;
Expand Down

0 comments on commit a63b5e7

Please sign in to comment.