fix: change size image items in cart
This commit is contained in:
@@ -63,7 +63,7 @@ export default function Cart() {
|
||||
<img
|
||||
src={`/static/items/${ci.item.avatar_url}`}
|
||||
alt={ci.item.name}
|
||||
className="w-40 h-40 object-cover rounded-md shrink-0"
|
||||
className="w-20 md:w-40 h-20 md:h-40 object-cover rounded-md shrink-0"
|
||||
/>
|
||||
<div className="grow">
|
||||
<p className="font-medium text-base md:text-lg">
|
||||
|
||||
Reference in New Issue
Block a user