diff --git a/falcon/_dev/css/theme/custom/abstracts/_utilities.scss b/falcon/_dev/css/theme/custom/abstracts/_utilities.scss index be7d93d..e1dcac3 100644 --- a/falcon/_dev/css/theme/custom/abstracts/_utilities.scss +++ b/falcon/_dev/css/theme/custom/abstracts/_utilities.scss @@ -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; + } +}