Browse Source

padding right important fix for grid

Eddie Machado 11 năm trước cách đây
mục cha
commit
225fb8f933
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      library/scss/partials/_grid.scss

+ 1 - 1
library/scss/partials/_grid.scss

@@ -34,7 +34,7 @@ over your project's layout.
 // the last column
 .last-col {
   float: right;
-  padding-right: 0;
+  padding-right: 0 !important;
 }