Layout, fix $gutter left padding
This commit is contained in:
@@ -54,6 +54,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@if (type-of($gutter) == number) {
|
@if (type-of($gutter) == number) {
|
||||||
padding-left: -$gutter; // [5]
|
padding-left: $gutter; // [5]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user