feat(extra-features): introduce .section-spacer-bottom utility class

This commit is contained in:
2026-03-10 17:00:49 +01:00
parent c522059d06
commit be58a92df3

View File

@@ -34,3 +34,10 @@ $section-spacer-small: rem-calc(25px);
margin-bottom: unset; margin-bottom: unset;
} }
} }
.section-spacer-bottom {
@extend .section-spacer-both;
margin-top: unset;
&--small {
margin-top: unset;
}
}