readd hover

This commit is contained in:
Anthony Stirling 2024-05-28 19:48:02 +01:00
parent ab7acb5db3
commit 6c790299aa

View file

@ -52,7 +52,7 @@
.feature-card:hover { .feature-card:hover {
cursor: pointer; cursor: pointer;
transform: scale(1.025); transform: scale(1.08);
box-shadow: var(--md-sys-elevation-2); box-shadow: var(--md-sys-elevation-2);
} }