Skip to content

Commit

Permalink
fix: stretch card image to full size. Fixes #122
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Nov 15, 2023
1 parent 52be670 commit a24c165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/general/FicsitCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{#if fake}
<div class="bg-gray-500 logo min-w-full min-h-full max-w-full max-h-full" />
{:else}
<img src={renderedLogo} alt="{renderedName} Logo" class="logo max-w-full max-h-full" />
<img src={renderedLogo} alt="{renderedName} Logo" class="logo max-w-full max-h-full min-w-full min-h-full" />
{/if}
</a>
</div>
Expand Down

0 comments on commit a24c165

Please sign in to comment.