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,
|
||||
.gradient2 {
|
||||
background-image: url('/assets/mesh-gradient.jpg');
|
||||
background-size: cover;
|
||||
pointer-events: none;
|
||||
mix-blend-mode: screen;
|
||||
width: 100%;
|
||||
|
@ -49,6 +50,7 @@ const featuredProject = projects[0];
|
|||
|
||||
.gradient2 {
|
||||
mix-blend-mode: multiply;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
|
|
Loading…
Reference in a new issue