Fix row width calculation

Was appearing too small and off center
pull/10616/head
Alex P 2018-06-21 17:37:22 -07:00 committed by Iris Scholten
parent 199d0b31f4
commit 94bdedb362
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ $grid--col-12: 100%;
.row {
display: inline-block;
width: 100%;
width: calc(100% + #{$grid--gutter * 2});
margin-left: -$grid--gutter;
margin-right: -$grid--gutter;