Skip to content

Commit

Permalink
Use pull request #11634 from HarwinBorger/fix-grid-container-margin-v…
Browse files Browse the repository at this point in the history
…alue for v6.5.0

2b71513 Fix wrong implementation of centering the grid-container

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
  • Loading branch information
Harwin authored and ncoden committed Jan 11, 2019
1 parent 0e5ac9e commit 59269b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/xy-grid/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
@include xy-gutters($gutters: $padding, $gutter-type: padding);

max-width: $width;
margin: 0 auto;
margin-left: auto;
margin-right: auto;
}

/// Creates a container for your flex cells.
Expand Down

0 comments on commit 59269b9

Please sign in to comment.