Skip to content

Commit 4ebd3e9

Browse files
committed
fix: Remove extra margin around body element
1 parent 5f61578 commit 4ebd3e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55

66
@import "~@edx/frontend-component-header/dist/index";
77
@import "~@edx/frontend-component-footer/dist/footer";
8+
9+
body {
10+
margin: 0 !important;
11+
}

0 commit comments

Comments
 (0)