Add mix-blend-mode to animaiton

This commit is contained in:
BenjaminToby 2021-05-25 22:00:54 +01:00
parent 6b8ff48559
commit 0d84f17329

View File

@ -318,6 +318,8 @@ section.hero-section {
width: 500px;
height: 500px;
position: relative;
z-index: 10;
mix-blend-mode: screen;
}
.face-wrapper {
@ -358,7 +360,7 @@ section.hero-section {
top: 0;
left: 0;
transition: all .3s ease-out;
z-index: 100;
z-index: 0;
}