]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Remove column gutter fix from this branch 657/head
authorStadly <magnar@myrtveit.com>
Wed, 7 Dec 2016 11:11:59 +0000 (12:11 +0100)
committerStadly <magnar@myrtveit.com>
Wed, 7 Dec 2016 11:11:59 +0000 (12:11 +0100)
The column gutter fix is in another branch. Removing from this one.

scss/grid/_grid.scss

index b748f60c1b0e4da4b21f68c02e3709a40fa87f1b..ea81daa2308b2727f726f42159593984c07bcb54 100755 (executable)
@@ -69,17 +69,11 @@ th.column {
   padding-bottom: $column-padding-bottom;
 
   // Prevents Nested columns from double the padding
-  .column.first,
-  .columns.first {
+  .column,
+  .columns {
     padding-left: 0 !important;
-  }
-  .column.last,
-  .columns.last {
     padding-right: 0 !important;
-  }
 
-  .column,
-  .columns {
     center {
       min-width: none !important;
     }