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 { &::after {
background: rgb(0 0 0 / 60%); background: rgb(0 0 0 / 60%);
content: ''; content: '';
height: 100%; height: 102%;
left: -1%;
position: absolute; position: absolute;
width: 100%; top: -1%;
width: 102%;
z-index: 1; z-index: 1;
} }
} }