From 2139bbf0314bd1affd2853bab87ffcaecae24e5a Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 6 Nov 2023 20:48:39 +0000 Subject: [PATCH] Fix hero gradients --- themes/lhs/assets/sass/leighhack.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/lhs/assets/sass/leighhack.scss b/themes/lhs/assets/sass/leighhack.scss index 6b15c3f..2beca00 100644 --- a/themes/lhs/assets/sass/leighhack.scss +++ b/themes/lhs/assets/sass/leighhack.scss @@ -47,7 +47,7 @@ $body-font-size: 1.25em; // Modifiers .has-primary-gradient { - background-image: linear-gradient(249deg, #d41246, #ab1246 52%, #941246 82%, #941246 82%, #861246); + background-image: linear-gradient(180deg, $primary, #690c0c); } .has-box-shadow { @@ -159,7 +159,7 @@ address { background-repeat: no-repeat; background-position: center; background-blend-mode: multiply; - background: linear-gradient(249deg, #d41246, #ab1246 52%, #941246 82%, #941246 82%, #861246), cover; + min-height: 240px; &-img { margin-bottom: -4.5rem;