Skip to content

Commit db290bf

Browse files
fix: remove footer margin-bottom from website
1 parent cc1fc19 commit db290bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/scss/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $color-link-hover: #1976D2;
2121
}
2222

2323
body {
24-
margin: 0;
24+
margin: 0 0 -25px 0;
2525
font-family: Lato;
2626
font-weight: 300;
2727
font-size: 16px;

0 commit comments

Comments
 (0)