Change effect to scale whole thumbnail

This commit is contained in:
Dermot Duffy
2022-06-26 14:11:26 -07:00
parent 9630185b5f
commit 5841b80cac
4 changed files with 7 additions and 13 deletions
@@ -16,12 +16,6 @@
box-sizing: border-box;
color: var(--primary-text-color);
transition: transform 0.2s linear;
}
:host(:hover) {
transform: scale(1.04);
}
div {