play page > item : scale up on hover
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s

This commit is contained in:
isUnknown 2026-03-26 14:50:35 +01:00
parent 80a7b41112
commit 3339528d9b

View file

@ -478,6 +478,11 @@
.play-carousel-item :global(img) {
width: clamp(140px, 15.09vw, 291px);
border-radius: 25%;
transition: all .3s ease-in-out;
}
.play-carousel-item:hover :global(img) {
scale: 1.05;
}
.play-carousel-item.active :global(img) {