فهرست منبع

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;
   position: relative;
   min-height: 100%;
   min-height: 100%;
   height: 100%;
   height: 100%;
+  padding: 0 !important;
 
 
   -webkit-font-smoothing: antialiased;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -moz-osx-font-smoothing: grayscale;