feat(extra-features): introduce .section-spacer-bottom utility class
This commit is contained in:
@@ -34,3 +34,10 @@ $section-spacer-small: rem-calc(25px);
|
||||
margin-bottom: unset;
|
||||
}
|
||||
}
|
||||
.section-spacer-bottom {
|
||||
@extend .section-spacer-both;
|
||||
margin-top: unset;
|
||||
&--small {
|
||||
margin-top: unset;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user