Ver código fonte

Remove default padding from body for consistent layout

codecalm 5 meses atrás
pai
commit
137e5be8f2
1 arquivos alterados com 1 adições e 0 exclusões
  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;