Skip to content

Commit

Permalink
Fix skill image being shrunk
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Apr 22, 2024
1 parent 5059baa commit b3e163b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/SkillCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</div>
{#if !islg}
<div
class="static mt-2 h-[200px] w-[200px] overflow-clip rounded-lg border border-black">
class="static mt-2 h-[200px] w-[200px] shrink-0 overflow-clip rounded-lg border border-black">
<slot name="img" />
</div>
{/if}
Expand Down

0 comments on commit b3e163b

Please sign in to comment.