Skip to content

Commit

Permalink
fix: remove footer margin-bottom from website
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Mar 5, 2025
1 parent cc1fc19 commit db290bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $color-link-hover: #1976D2;
}

body {
margin: 0;
margin: 0 0 -25px 0;
font-family: Lato;
font-weight: 300;
font-size: 16px;
Expand Down

0 comments on commit db290bf

Please sign in to comment.