Browse Source

Remove default padding from body for consistent layout

codecalm 5 months ago
parent
commit
137e5be8f2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/scss/layout/_core.scss

+ 1 - 0
core/scss/layout/_core.scss

@@ -7,6 +7,7 @@ body {
   position: relative;
   min-height: 100%;
   height: 100%;
+  padding: 0 !important;
 
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;