enhance you may also like part
This commit is contained in:
@@ -239,14 +239,6 @@ export default function YouMightAlsoLike() {
|
|||||||
fallbackSrc={default_image}
|
fallbackSrc={default_image}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div
|
|
||||||
className={styles.itemDescriptionIconsContainer}
|
|
||||||
>
|
|
||||||
<ItemDescriptionIcons
|
|
||||||
className={styles.itemDescriptionIcons}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<Space
|
<Space
|
||||||
direction="vertical"
|
direction="vertical"
|
||||||
size="small"
|
size="small"
|
||||||
@@ -265,7 +257,11 @@ export default function YouMightAlsoLike() {
|
|||||||
fontSize: isMobile ? 12 : isTablet ? 14 : 16,
|
fontSize: isMobile ? 12 : isTablet ? 14 : 16,
|
||||||
width: isMobile ? 80 : isTablet ? 100 : 120,
|
width: isMobile ? 80 : isTablet ? 100 : 120,
|
||||||
display: "inline-block",
|
display: "inline-block",
|
||||||
fontWeight: 600,
|
fontWeight: 500,
|
||||||
|
fontStyle: "Medium",
|
||||||
|
lineHeight: "140%",
|
||||||
|
letterSpacing: "0%",
|
||||||
|
marginTop: 8,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{item.name}
|
{item.name}
|
||||||
@@ -282,7 +278,11 @@ export default function YouMightAlsoLike() {
|
|||||||
textOverflow: "ellipsis",
|
textOverflow: "ellipsis",
|
||||||
padding: isMobile ? 3 : isTablet ? "0 8px" : "0 10px",
|
padding: isMobile ? 3 : isTablet ? "0 8px" : "0 10px",
|
||||||
fontSize: isMobile ? 12 : isTablet ? 14 : 16,
|
fontSize: isMobile ? 12 : isTablet ? 14 : 16,
|
||||||
fontWeight: 500,
|
fontWeight: 600,
|
||||||
|
fontStyle: "SemiBold",
|
||||||
|
lineHeight: "140%",
|
||||||
|
letterSpacing: "0%",
|
||||||
|
marginTop: 4,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Space>
|
</Space>
|
||||||
|
|||||||
Reference in New Issue
Block a user