You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
till now no clear solution for this issue as firefox can't allow more than 100px filter blur i did this to make it match the design a little bit for firefox
.pink__gradient {
background:linear-gradient(90deg,#f4c4f30%,#fc67fa100%);
filter:blur(100px); //max value in firefox is 100px
opacity:0.2;
}
Hi, great video!
I'm not sure if I'm missing something out but gradients in the hero section are much stronger in Firefox.
The text was updated successfully, but these errors were encountered: