Skip to content

Commit

Permalink
Merge pull request #557 from asharonbaltazar/issue-534-partner-animation
Browse files Browse the repository at this point in the history
Fixing issue #534
  • Loading branch information
theClarkSell authored Jan 25, 2021
2 parents b090a5c + 3f19481 commit 35c5c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/partners/Partners.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
>
{#each $state.context.items as p, i (p.id)}
<li
class="col-span-1 flex flex-col text-center bg-white rounded-lg shadow"
class="col-span-1 flex flex-col text-center bg-white rounded-lg shadow transform hover:scale-110 hover:bg-that-offWhite"
>
<Link open href="{`/partners/${p.slug}`}">
<PartnerCard {...p} />
Expand Down

1 comment on commit 35c5c42

@vercel
Copy link

@vercel vercel bot commented on 35c5c42 Jan 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.