From 2d9cfa2b91c6623e0fd631490fdaea037d6088dd Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Thu, 6 Oct 2016 11:47:27 -0700 Subject: [PATCH] reduce enterprise bg size --- website/source/assets/stylesheets/_home.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index 6c200a011..0121d3ae0 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -401,7 +401,7 @@ body.page-home { #enterprise-intro-bg { background: #000 image-url("enterprise-callout-bg.svg") bottom right no-repeat; - background-size: 100%; + background-size: 80%; @include skewY(3deg); z-index: 20; }