Fix hero gradients

This commit is contained in:
2023-11-06 20:48:39 +00:00
parent 19c84d0c9a
commit 2139bbf031

View File

@@ -47,7 +47,7 @@ $body-font-size: 1.25em;
// Modifiers // Modifiers
.has-primary-gradient { .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 { .has-box-shadow {
@@ -159,7 +159,7 @@ address {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-blend-mode: multiply; background-blend-mode: multiply;
background: linear-gradient(249deg, #d41246, #ab1246 52%, #941246 82%, #941246 82%, #861246), cover; min-height: 240px;
&-img { &-img {
margin-bottom: -4.5rem; margin-bottom: -4.5rem;