]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Properly center-align rows within expanded rows, fixes #7801
authorGeoff Kimball <geoff@zurb.com>
Tue, 19 Jan 2016 20:50:59 +0000 (12:50 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 19 Jan 2016 20:50:59 +0000 (12:50 -0800)
scss/grid/_classes.scss

index 384149550cca110753df19e12216134b792abe35..c3b6be9534073142e9fac58a72bd2a54a1effe81 100644 (file)
     // Expanded (full-width) row
     &.#{$expanded} {
       max-width: none;
+
+      .#{$row} {
+        margin-left: auto;
+        margin-right: auto;
+      }
     }
   }