]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Allow large-offset in nested columns
authorJoe Workman <joe@workmanmail.com>
Tue, 22 Mar 2022 17:30:06 +0000 (10:30 -0700)
committerJoe Workman <joe@workmanmail.com>
Tue, 22 Mar 2022 17:30:11 +0000 (10:30 -0700)
closes #779

scss/grid/_grid.scss

index 919244b6428e2a432a211c3d11caaff7dba53cd1..ec4887d8179817ffe3a099136892c29a9035fa44 100755 (executable)
@@ -79,6 +79,14 @@ th.column {
   .columns.last {
     padding-right: 0 !important;
   }
+
+  .column,
+  .columns {
+    &:not([class*=large-offset]) {
+      padding-left: 0 !important;
+      padding-right: 0 !important;
+    }
+  }
 }
 
 td.columns.last,