From 98ef83b4f5f15bb7b300e8fbb8a0d93c04a1dc93 Mon Sep 17 00:00:00 2001 From: rayelliott Date: Tue, 21 Apr 2020 14:21:39 +0000 Subject: [PATCH] padding options for .l-section-block --- site/layouts/partials/contact.html | 4 ++-- src/css/imports/layout.scss | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/site/layouts/partials/contact.html b/site/layouts/partials/contact.html index f650d13..ce78172 100644 --- a/site/layouts/partials/contact.html +++ b/site/layouts/partials/contact.html @@ -4,7 +4,7 @@

Contact Us

-
+

Complete this form and we will get back to you within one working day.

@@ -30,7 +30,7 @@
-
+

Remember to Generate Access Token for URL

diff --git a/src/css/imports/layout.scss b/src/css/imports/layout.scss index a6acc0c..397791d 100644 --- a/src/css/imports/layout.scss +++ b/src/css/imports/layout.scss @@ -115,6 +115,14 @@ max-width: initial; } + &.no-pad-top { + padding-top: 0; + } + + &.no-pad-bottom { + padding-bottom: 0; + } + &.no-margin, > p:last-child, > .l-wrapper > p:last-child {