Skip to content

Commit

Permalink
fix: subtler transition
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrandonlucas committed Nov 22, 2023
1 parent 9e90d3d commit d77cd2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@

<a
href="#why"
class="flex flex-col gap-4 justify-center hover:translate-y-2 duration-200 transition-all"
class="flex flex-col gap-4 justify-center hover:translate-y-1 duration-200 transition-all"
>
<p class="text-primary">Why Payjoin?</p>
<Icon class="h-20 flex justify-center " name="arrowJoin" />
<Icon class="h-20 flex justify-center" name="arrowJoin" />
</a>
</section>
<section id="why" class="flex flex-col gap-8 pt-24">
Expand Down

0 comments on commit d77cd2a

Please sign in to comment.