Skip to content

Commit

Permalink
fix: fixed the exchanges image styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Dec 19, 2024
1 parent 78466e2 commit f40f015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/[network]/(account)/fund/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@
rel="noopener noreferrer"
class="block h-full transition-all hover:scale-105"
>
<div class="mb-4 grid aspect-square place-items-center rounded-lg bg-mineShaft-900 p-4">
<div class="mb-4 aspect-square rounded-lg bg-mineShaft-900">
<enhanced:img
src={exchange.logo}
alt="{exchange.name} logo"
class="size-full object-cover p-4"
class="size-full object-cover object-center p-4"
/>
</div>
<h3 class="text-center text-lg font-medium">{exchange.name}</h3>
Expand Down

0 comments on commit f40f015

Please sign in to comment.