mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 03:22:17 +00:00
Fix hero gradients
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user