From c82137c7eab860ab1a5a087d1b35a3c3055997dd Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Mon, 31 Oct 2016 15:21:39 -0700 Subject: [PATCH] tighten up spacing under CTA --- website/source/assets/stylesheets/_home.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index b6c798c5a..11c054306 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -42,10 +42,12 @@ body.page-home { } #primary-cta{ + position: relative; margin-top: -30px; - padding-bottom: 100px; + padding-bottom: 40px; color: $white; background: $black; + z-index: 99; .terra-btn{ margin-top: 30px; @@ -53,12 +55,14 @@ body.page-home { } .temp-skew { + position: relative; height: 240px; background-color: #000; @include skewY(-3deg); margin-top: -100px; -webkit-backface-visibility: hidden; border: 2px solid #000; + z-index: 0; } #customer-logos{ @@ -566,6 +570,7 @@ body.page-home { } @media (min-width: 1440px) { + #feature-write{ padding: 280px 0 200px; margin-top: -120px;