cirro header button animations

This commit is contained in:
cirroskais 2024-04-22 05:28:11 -04:00
parent 3a6da0bfb1
commit 9baacf0d4f
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D

View file

@ -5,8 +5,10 @@
<div class="h-full shadow-lg bg-gray-500/10"> <div class="h-full shadow-lg bg-gray-500/10">
<div class="container flex w-full h-full"> <div class="container flex w-full h-full">
<a href="/" class="my-auto text-2xl font-bold tracking-wider"> <a href="/" class="my-auto text-2xl font-bold tracking-wider group">
<div class="h-full ml-[-1rem]"> <div
class="h-full ml-[-1rem] transition-all hover:scale-110 group-focus:scale-110 group-active:scale-90 group-active:-rotate-3"
>
<Cirro></Cirro> <Cirro></Cirro>
</div> </div>
</a> </a>