removed translate3d property on sweetener artwork

This commit is contained in:
booploops 2022-03-07 20:15:14 -08:00
parent 47768596d9
commit 4f22d0277e
2 changed files with 41 additions and 1 deletions

View file

@ -47,7 +47,7 @@
&:hover {
.artwork-container {
transform : scale(1.1) translate3d(0,0,0);
transform : scale(1.1);
transition : transform .1s var(--appleEase);
transition-delay: 0s;
transform-origin: center;