Przeglądaj źródła

Merge pull request #590 from oscom/patch-1

Update _grid.scss
Eddie Machado 11 lat temu
rodzic
commit
bf651d39a1
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      library/scss/partials/_grid.scss

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

@@ -49,6 +49,7 @@ them however you see fit.
   .m-all {
   .m-all {
     @include grid-col;
     @include grid-col;
     width: 100%;
     width: 100%;
+    padding-right: 0;
   }
   }
 
 
   .m-1of2 {
   .m-1of2 {
@@ -85,6 +86,7 @@ them however you see fit.
   .t-all {
   .t-all {
     @include grid-col;
     @include grid-col;
     width: 100%;
     width: 100%;
+    padding-right: 0;
   }
   }
 
 
   .t-1of2 {
   .t-1of2 {
@@ -140,6 +142,7 @@ them however you see fit.
   .d-all  {
   .d-all  {
     @include grid-col;
     @include grid-col;
     width: 100%;
     width: 100%;
+    padding-right: 0;
   }
   }
 
 
   .d-1of2 {
   .d-1of2 {
@@ -247,4 +250,4 @@ them however you see fit.
     width: 8.33%;
     width: 8.33%;
   }
   }
 
 
-} // end desktop styles
+} // end desktop styles