ensure play icon gradients aren't random on about
This commit is contained in:
parent
9ffb421ba3
commit
ab3cf2934b
3 changed files with 11 additions and 8 deletions
|
|
@ -60,7 +60,6 @@
|
|||
}
|
||||
|
||||
.about-bios {
|
||||
//max-width: 670px;
|
||||
padding: var(--spacing-2) 0;
|
||||
}
|
||||
|
||||
|
|
@ -72,6 +71,10 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.text-about {
|
||||
background-image: linear-gradient(to right, var(--animated-title-color-2), var(--animated-title-color-3), var(--animated-title-color-4), var(--animated-title-color-1));
|
||||
}
|
||||
|
||||
@media screen and (min-width: 800px) {
|
||||
width: 50%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
}
|
||||
|
||||
.animated-title {
|
||||
.text {
|
||||
background: linear-gradient(to right, var(--animated-title-color-1), var(--animated-title-color-2) , var(--animated-title-color-3), var(--animated-title-color-4));
|
||||
.text, .text-about {
|
||||
background-image: linear-gradient(to right, var(--animated-title-color-1), var(--animated-title-color-2) , var(--animated-title-color-3), var(--animated-title-color-4));
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue