feat: More w3 fixes

This commit is contained in:
daudix
2024-01-30 23:46:27 +03:00
parent 89f0c95b70
commit 0dcdb388b8

View File

@ -38,7 +38,7 @@ img {
&:not(.no-hover):hover { &:not(.no-hover):hover {
border-radius: 0; border-radius: 0;
box-shadow: var(--shadow-raised); box-shadow: var(--shadow-raised);
transform: scale(110%); transform: scale(1.1);
} }
} }