Pārlūkot izejas kodu

lighter collection title and collection font name smaller on mobile

master
azri 1 mēnesi atpakaļ
vecāks
revīzija
b2d0e3a80e

+ 1
- 12
src/components/PageTitle/PageTitle.jsx Parādīt failu

@@ -20,18 +20,7 @@ const PageTitle = ({title = "", image = null}) => {
20 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 25
       {/* Title */}
37 26
       {/* <Typography

+ 2
- 2
src/components/ProductList/ProductList.jsx Parādīt failu

@@ -233,8 +233,8 @@ const ProductList = ({ size = 99999 }) => {
233 233
               sx={{
234 234
                 fontWeight: "100",
235 235
                 fontSize: {
236
-                  xs: "0.73rem",
237
-                  sm: "0.73rem",
236
+                  xs: "0.70rem",
237
+                  sm: "0.70rem",
238 238
                   md: "0.75rem",
239 239
                 },
240 240
               }}

Notiek ielāde…
Atcelt
Saglabāt