summaryrefslogtreecommitdiff
path: root/src/lib/cart
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cart')
-rw-r--r--src/lib/cart/components/Cartheader.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cart/components/Cartheader.jsx b/src/lib/cart/components/Cartheader.jsx
index c8aa7cc3..7d43a4da 100644
--- a/src/lib/cart/components/Cartheader.jsx
+++ b/src/lib/cart/components/Cartheader.jsx
@@ -290,7 +290,7 @@ const Cardheader = (cartCount) => {
</div>
</div>
</div>
- <div className="flex flex-col">
+ <div className="flex flex-col w-3/4">
{product.products?.map((product) =>
<div key={product.id} className='md:ml-8 ml-4 mt-2 flex'>
<Link href={createSlug('/shop/product/', product.parent.name, product.parent.id.toString())} className='md:h-12 md:w-12 md:min-w-[48px] h-10 w-10 min-w-[40px] border border-gray-300 rounded '>