transform on answer hover

This commit is contained in:
Antoine M 2024-05-13 15:03:13 +02:00
parent 86f5dae21e
commit 057507ec4a

View File

@ -7,6 +7,11 @@
rounded-full flex flex-col justify-center items-center shrink-0 rounded-full flex flex-col justify-center items-center shrink-0
w-fit h-auto w-fit h-auto
p-6; p-6;
transition: transform 0.4s ease-out;
&:hover {
transform: scale(1.25);
}
img { img {
@apply h-16 w-16 block object-contain object-center; @apply h-16 w-16 block object-contain object-center;