Skip to content

Commit

Permalink
Remove hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolankicks committed Nov 12, 2024
1 parent b0b4758 commit c48fb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div
class="flex flex-col items-center justify-center gap-4 w-full max-w-xl rounded-md animate-fadein"
>
<div class="px-5 rounded-md mb-4 hover:scale-[1.01] active:scale-[0.99] transition-all w-full flex">
<div class="px-5 rounded-md mb-4 transition-all w-full flex">
<div class="flex flex-col items-center">
<div class="text-3xl md:text-4xl font-bold mb-2 w-full">Hey, I'm Kicks</div>
<div class="text-xl md:text-2xl">
Expand Down

0 comments on commit c48fb79

Please sign in to comment.