Skip to content

Commit

Permalink
itemboxs
Browse files Browse the repository at this point in the history
  • Loading branch information
sin22766 committed Jul 16, 2023
1 parent 0ede91a commit 189f4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/ItemBox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</script>

<div class="flex flex-col w-[110px] rounded-xl border-2 overflow-hidden mb-2 mr-2" >
<div class="flex flex-col w-[110px] rounded-xl border-2 overflow-hidden mb-2 mr-2 itemboxs" >
<img src={image} alt="item-img" />
<div class="flex flex-col space-y-1 p-2 items-start">
<h1>{name}</h1>
Expand Down

0 comments on commit 189f4d5

Please sign in to comment.