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: ''; content: '';
display: none;
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: inherit; background: inherit;
scale: .9; scale: 1.02;
filter: blur(48px); filter: blur(30px);
z-index: -1; z-index: -1;
} }