This commit is contained in:
Mark Otto 2016-07-23 17:21:00 -07:00
parent a8879c8f82
commit cdc55a46c2
1 changed files with 1 additions and 1 deletions

View File

@ -11,8 +11,8 @@
// Prevent columns from collapsing when empty
min-height: 1px;
// Inner gutter via padding
padding-left: ($gutter / 2);
padding-right: ($gutter / 2);
padding-left: ($gutter / 2);
@if $enable-flex {
width: 100%;