diff --git a/site/components/cart/CartItem/CartItem.module.css b/site/components/cart/CartItem/CartItem.module.css index fa48fe3ad..5816e66ce 100644 --- a/site/components/cart/CartItem/CartItem.module.css +++ b/site/components/cart/CartItem/CartItem.module.css @@ -17,7 +17,7 @@ } .productImage { - @appy w-full w-full object-cover; + @apply w-full h-full object-cover; } .productName {