Update gradient background sizing. (#1417)
This commit is contained in:
parent
bc01a49e33
commit
63ca3df3ca
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ const featuredProject = projects[0];
|
||||||
.gradient,
|
.gradient,
|
||||||
.gradient2 {
|
.gradient2 {
|
||||||
background-image: url('/assets/mesh-gradient.jpg');
|
background-image: url('/assets/mesh-gradient.jpg');
|
||||||
|
background-size: cover;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
mix-blend-mode: screen;
|
mix-blend-mode: screen;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -49,6 +50,7 @@ const featuredProject = projects[0];
|
||||||
|
|
||||||
.gradient2 {
|
.gradient2 {
|
||||||
mix-blend-mode: multiply;
|
mix-blend-mode: multiply;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
|
|
Loading…
Reference in a new issue