transform on answer hover
This commit is contained in:
parent
86f5dae21e
commit
057507ec4a
|
|
@ -7,6 +7,11 @@
|
|||
rounded-full flex flex-col justify-center items-center shrink-0
|
||||
w-fit h-auto
|
||||
p-6;
|
||||
transition: transform 0.4s ease-out;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.25);
|
||||
}
|
||||
|
||||
img {
|
||||
@apply h-16 w-16 block object-contain object-center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user