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