gradient card hover fixes

This commit is contained in:
shyamtala003 2022-10-06 21:08:30 +05:30
parent abfa440dbb
commit e433cb90b2

View file

@ -207,15 +207,14 @@ main.hero_section {
} */
.gradient_card:hover+.gradient_card::before {
.gradient_card:hover::before {
content: '';
display: none;
position: absolute;
width: 100%;
height: 100%;
background: inherit;
scale: .9;
filter: blur(48px);
scale: 1.02;
filter: blur(30px);
z-index: -1;
}