From 7f69e616dd181ce6d46d42a7dfde14dfeae7e247 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Sat, 30 Mar 2019 18:05:20 -0400 Subject: Initial commit. --- _sass/layout/section.sass | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _sass/layout/section.sass (limited to '_sass/layout/section.sass') diff --git a/_sass/layout/section.sass b/_sass/layout/section.sass new file mode 100644 index 0000000..6f2d352 --- /dev/null +++ b/_sass/layout/section.sass @@ -0,0 +1,13 @@ +$section-padding: 3rem 1.5rem !default +$section-padding-medium: 9rem 1.5rem !default +$section-padding-large: 18rem 1.5rem !default + +.section + padding: $section-padding + // Responsiveness + +desktop + // Sizes + &.is-medium + padding: $section-padding-medium + &.is-large + padding: $section-padding-large -- cgit v1.2.3