From b08e08fb834864231bc75cea56ae6d007eb8c52e Mon Sep 17 00:00:00 2001 From: Luke <16389426+LukeSeers@users.noreply.github.com> Date: Thu, 10 Feb 2022 12:57:06 +0100 Subject: [PATCH] Add general-layout spacing types --- _sass/prebuilt/general-layout/default.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/_sass/prebuilt/general-layout/default.scss b/_sass/prebuilt/general-layout/default.scss index 6ac8612..7e760f3 100644 --- a/_sass/prebuilt/general-layout/default.scss +++ b/_sass/prebuilt/general-layout/default.scss @@ -6,6 +6,15 @@ .general-layout > div:first-child { margin-top: 0; } + .general-layout > div { margin-top: 15rem; -} \ No newline at end of file +} + +.general-layout.spacing-sm > div { + margin-top: 8rem; +} + +.general-layout.spacing-xl > div { + margin-top: 24rem; +} \ No newline at end of file