Skip to content

Commit 2dd89bd

Browse files
committed
Corrected mistake
1 parent aafad89 commit 2dd89bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/foundation-components/_grid.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ $last-child-float: $opposite-direction !default;
4545
// use @include grid-row(nest); to include a nested row
4646
@if $behavior == nest {
4747
width: auto;
48-
margin-#{$default-float}: calc($column-gutter / 2);
49-
margin-#{$opposite-direction}: calc($column-gutter / 2);
48+
margin-#{$default-float}: calc(-1*($column-gutter / 2));
49+
margin-#{$opposite-direction}: calc(-1*($column-gutter / 2));
5050
margin-top: 0;
5151
margin-bottom: 0;
5252
max-width: none;

0 commit comments

Comments
 (0)