Selaa lähdekoodia

padding right important fix for grid

Eddie Machado 11 vuotta sitten
vanhempi
commit
225fb8f933
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
 }