From: Sébastien GRAVIER Date: Tue, 31 Jan 2017 00:12:42 +0000 (+0100) Subject: Fix for #9729 X-Git-Tag: 6.3.1~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9730%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix for #9729 --- diff --git a/scss/grid/_flex-grid.scss b/scss/grid/_flex-grid.scss index 7b0654948..2e07902ce 100644 --- a/scss/grid/_flex-grid.scss +++ b/scss/grid/_flex-grid.scss @@ -143,7 +143,12 @@ // Expanded row &.expanded { - @include grid-row-size(expand); + @include grid-row-size(expand); + + .row { + margin-right: auto; + margin-left: auto; + } } &:not(.expanded) .row {