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 @@ -