Skip to content

Commit

Permalink
Remove margin from body
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Jan 14, 2025
1 parent 4d283d9 commit 469931c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/_sass/core/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ body {
font-size: $font-size-base;
font-weight: 400;
color: $site-color-body;
margin: 0;
padding: 0;
}

section {
Expand Down

0 comments on commit 469931c

Please sign in to comment.