Fixed article card hover style

This commit is contained in:
kvakazyambra 2023-11-11 20:42:03 +03:00
parent 658b11d3ca
commit cbb5e22b42

View File

@ -483,9 +483,11 @@
&::after {
background: rgb(0 0 0 / 60%);
content: '';
height: 100%;
height: 102%;
left: -1%;
position: absolute;
width: 100%;
top: -1%;
width: 102%;
z-index: 1;
}
}