cart: enhance "you may like" styles

This commit is contained in:
2025-10-08 20:22:48 +03:00
parent edb951b7ff
commit 295b3cdb96
4 changed files with 9 additions and 29 deletions

View File

@@ -31,9 +31,9 @@ export default function CartDesktopLayout() {
return (
<>
<div className={`${styles.cartContainer} ${styles.desktopCartContainer}`}>
<Row gutter={[40, 40]} style={{ width: "100%" }}>
<Row gutter={40} style={{ width: "100%" }}>
{/* Main Content Column */}
<Col xs={24} lg={16} xl={17}>
<Col xs={24} lg={14} xl={16}>
<div className={styles.desktopMainContent}>
{/* <div className={styles.desktopRecommendationsSection}>
<YouMightAlsoLike />
@@ -168,7 +168,7 @@ export default function CartDesktopLayout() {
</Col>
{/* Sidebar Column */}
<Col xs={24} lg={8} xl={7}>
<Col xs={24} lg={10} xl={8}>
<div className={styles.desktopSidebar}>
<YouMightAlsoLike />