cart: styles enhancements on different screen sizes
This commit is contained in:
@@ -137,7 +137,7 @@ export default function CartMobileTabletLayout({
|
||||
<Space
|
||||
direction="vertical"
|
||||
size="small"
|
||||
style={{ flex: 1, gap: isMobile ? "50px" : "60px" }}
|
||||
style={{ flex: 1, gap: isMobile ? 32 : isTablet ? 24 : 32 }}
|
||||
>
|
||||
<div>
|
||||
<ProText
|
||||
@@ -176,8 +176,8 @@ export default function CartMobileTabletLayout({
|
||||
wordWrap: "break-word",
|
||||
overflowWrap: "break-word",
|
||||
lineHeight: "1.4",
|
||||
maxHeight: "2.8em",
|
||||
fontWeight: "500",
|
||||
maxHeight: isMobile ? "2.8em" : isTablet ? "4.8em" : "6.8em",
|
||||
fontWeight: 500,
|
||||
letterSpacing: "0.01em",
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user