Browse Source

Remove default padding from body for consistent layout

codecalm 6 tháng trước cách đây
mục cha
commit
137e5be8f2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;