mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Tweak o-layout gutters to match $unit & $unit-small
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
}
|
||||
|
||||
&.-gutter-small {
|
||||
margin-left: rem(-$unit/2);
|
||||
margin-left: rem(-$unit-small);
|
||||
}
|
||||
|
||||
// Horizontal aligment modifiers
|
||||
@@ -94,7 +94,7 @@
|
||||
}
|
||||
|
||||
.o-layout.-gutter-small > & {
|
||||
padding-left: rem($unit/2);
|
||||
padding-left: rem($unit-small);
|
||||
}
|
||||
|
||||
// Vertical alignment modifiers
|
||||
|
||||
Reference in New Issue
Block a user