Browse Source

lighter collection title and collection font name smaller on mobile

master
azri 1 month ago
parent
commit
b2d0e3a80e

+ 1
- 12
src/components/PageTitle/PageTitle.jsx View File

20
         display:"flex",
20
         display:"flex",
21
       }}
21
       }}
22
     >
22
     >
23
-      {/* Overlay */}
24
-      <Box
25
-        sx={{
26
-          position: "absolute",
27
-          top: 0,
28
-          left: 0,
29
-          right: 0,
30
-          bottom: 0,
31
-          backgroundColor: image ? "rgba(0, 0, 0, 0.5)" : "rgba(0, 0, 0, 0)", // Adjust opacity to control dimness
32
-          zIndex: 1,
33
-        }}
34
-      />
23
+     
35
       
24
       
36
       {/* Title */}
25
       {/* Title */}
37
       {/* <Typography
26
       {/* <Typography

+ 2
- 2
src/components/ProductList/ProductList.jsx View File

233
               sx={{
233
               sx={{
234
                 fontWeight: "100",
234
                 fontWeight: "100",
235
                 fontSize: {
235
                 fontSize: {
236
-                  xs: "0.73rem",
237
-                  sm: "0.73rem",
236
+                  xs: "0.70rem",
237
+                  sm: "0.70rem",
238
                   md: "0.75rem",
238
                   md: "0.75rem",
239
                 },
239
                 },
240
               }}
240
               }}

Loading…
Cancel
Save