Skip to content

Commit

Permalink
fix: Remove extra margin around body element
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunyachek committed Feb 19, 2024
1 parent 5f61578 commit 4ebd3e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@

@import "~@edx/frontend-component-header/dist/index";
@import "~@edx/frontend-component-footer/dist/footer";

body {
margin: 0 !important;
}

0 comments on commit 4ebd3e9

Please sign in to comment.