Skip to content

Commit

Permalink
Merge pull request #962 from StevenTete/patch-1
Browse files Browse the repository at this point in the history
Update Promotions.astro
  • Loading branch information
midudev authored May 29, 2024
2 parents 873a47f + cc3f5b4 commit 7c10364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sections/Promotions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Typography from "@/components/Typography.astro"
</Typography>
<div class="mt-10 flex flex-col gap-y-10">
<a
class="mx-auto w-full transition hover:scale-105 hover:contrast-125"
class="mx-auto w-full transition-[0.6s] hover:scale-105 hover:contrast-125"
href="https://www.instagram.com/ganasdevicio"
target="_blank"
rel="noopener"
Expand All @@ -22,7 +22,7 @@ import Typography from "@/components/Typography.astro"
/>
</a>
<a
class="mx-auto w-full transition hover:scale-105 hover:contrast-125"
class="mx-auto w-full transition-[0.6s] hover:scale-105 hover:contrast-125"
href="https://revolut.onelink.me/qn5U/velada"
target="_blank"
rel="noopener"
Expand All @@ -36,7 +36,7 @@ import Typography from "@/components/Typography.astro"
/>
</a>
<a
class="mx-auto w-full transition hover:scale-105 hover:contrast-125"
class="mx-auto w-full transition-[0.6s] hover:scale-105 hover:contrast-125"
href="https://bit.ly/4ap0ibz"
target="_blank"
rel="noopener"
Expand Down

0 comments on commit 7c10364

Please sign in to comment.