From 17df96caa66bcfd408024c3d1c0750ab800adfc1 Mon Sep 17 00:00:00 2001 From: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> Date: Sun, 17 Jul 2022 13:56:21 +0900 Subject: [PATCH] Update homepage.less (#6715) --- website/assets/styles/pages/homepage.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/assets/styles/pages/homepage.less b/website/assets/styles/pages/homepage.less index 59edac2e09..6dbb2a2065 100644 --- a/website/assets/styles/pages/homepage.less +++ b/website/assets/styles/pages/homepage.less @@ -217,10 +217,11 @@ } } [purpose='hero-clouds'] { - background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0) 100%); + background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%); } [purpose='hero-banner'] { padding-top: 222px; + background-size: 100% 125%; } [purpose='report-banner-container'] { padding-right: 15px;