Sfoglia il codice sorgente

change description font size

master
azri 1 settimana fa
parent
commit
d5f188af43
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 5
    5
      src/components/ProductList/ProductList.jsx

+ 5
- 5
src/components/ProductList/ProductList.jsx Vedi File

@@ -205,17 +205,17 @@ const ProductList = ({ size = 99999 }) => {
205 205
               NEW
206 206
             </Button>}
207 207
 
208
-            <Box sx={{ pb: 5, pt: 3, width: "80%" }}>
209
-              <Typography variant="body1" sx={{ fontWeight: "400", mb: 1 }}>
208
+            <Box sx={{ pb: 1, pt: 1, width: "90%" }}>
209
+              <Typography variant="body2" sx={{ fontWeight: "400" }}>
210 210
                 {collection_name}
211 211
               </Typography>
212
-              <Typography variant="body2" sx={{ fontWeight: "bolder", mb: 1 }}>
212
+              <Typography variant="body2" sx={{ fontWeight: "bolder"}}>
213 213
                 {title}
214 214
               </Typography>
215
-              <Typography variant="body1" sx={{ fontWeight: "400" }}>
215
+              <Typography variant="body2" sx={{ fontWeight: "400" }}>
216 216
                 {`${minPriceCurrency} ${parseFloat(minPrice).toFixed(2)}`}
217 217
               </Typography>
218
-              <Typography variant="body1" sx={{ mt: 2 }}>
218
+              <Typography variant="body2" sx={{ mt: 2 }}>
219 219
                 {extra_desc}
220 220
               </Typography>
221 221
             </Box>

Loading…
Annulla
Salva