From 75dfdc43f85044073a359d8fd4b764b5d00adbe6 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Fri, 7 Oct 2016 11:00:02 -0700 Subject: [PATCH] skew custy logo section --- website/source/assets/stylesheets/_home.scss | 15 +++++++++++++-- website/source/index.html.erb | 7 ++++--- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index d94e649d91..39cdb05626 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -34,7 +34,7 @@ body.page-home { } #primary-cta{ - padding-bottom: 60px; + padding-bottom: 160px; color: $white; background: $black; @@ -46,9 +46,13 @@ body.page-home { #customer-logos{ position: relative; width: 100%; + margin-top: -100px; padding: 60px 0; color: $white; - background: $black; + + >.container { + z-index: 21; + } p { display: inline-block; @@ -56,6 +60,13 @@ body.page-home { margin-right: 6%; padding-top: 20px; } + + #customer-logos-bg{ + @include skewY(-3deg); + z-index: 20; + background: $black; + background-size: 100%; + } } ul.customer-list{ diff --git a/website/source/index.html.erb b/website/source/index.html.erb index cf6831a38f..4e014a95ba 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -23,7 +23,7 @@ -
+
@@ -38,8 +38,9 @@
-
-
+
+
+