瀏覽代碼

Remove default padding from body for consistent layout

codecalm 5 月之前
父節點
當前提交
137e5be8f2
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;