Small hover animations

This commit is contained in:
2024-06-09 22:36:19 +02:00
parent c8e5daf6cf
commit ef13f22e6e
2 changed files with 6 additions and 1 deletions

View File

@ -139,7 +139,7 @@ onUnmounted(() => {
&:hover {
transform: rotate(180deg);
transition: ease-in-out 0.3s;
transition: ease-in-out transform 0.3s;
}
}
}