]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix for #9729 9730/head
authorSébastien GRAVIER <illusionperdu@gmail.com>
Tue, 31 Jan 2017 00:12:42 +0000 (01:12 +0100)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2017 00:12:42 +0000 (01:12 +0100)
scss/grid/_flex-grid.scss

index 7b0654948c7b1f1d8bab391a82ef26a23723943f..2e07902ceb4dd696ca27e85696e2c5b75767f275 100644 (file)
 
     // Expanded row
     &.expanded {
-      @include grid-row-size(expand);
+      @include grid-row-size(expand); 
+      
+      .row {
+        margin-right: auto;
+        margin-left: auto;
+      }
     }
 
     &:not(.expanded) .row {