We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafad89 commit 2dd89bdCopy full SHA for 2dd89bd
_sass/foundation-components/_grid.scss
@@ -45,8 +45,8 @@ $last-child-float: $opposite-direction !default;
45
// use @include grid-row(nest); to include a nested row
46
@if $behavior == nest {
47
width: auto;
48
- margin-#{$default-float}: calc($column-gutter / 2);
49
- margin-#{$opposite-direction}: calc($column-gutter / 2);
+ margin-#{$default-float}: calc(-1*($column-gutter / 2));
+ margin-#{$opposite-direction}: calc(-1*($column-gutter / 2));
50
margin-top: 0;
51
margin-bottom: 0;
52
max-width: none;
0 commit comments