Selaa lähdekoodia

add margin on product list description

master
azri 1 viikko sitten
vanhempi
commit
6fea394ddd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/components/ProductList/ProductList.jsx

+ 1
- 1
src/components/ProductList/ProductList.jsx Näytä tiedosto

@@ -205,7 +205,7 @@ const ProductList = ({ size = 99999 }) => {
205 205
               NEW
206 206
             </Button>}
207 207
 
208
-            <Box sx={{ pb: 1, pt: 1, width: "90%" }}>
208
+            <Box sx={{ pb: 3, pt: 1, width: "90%" }}>
209 209
               <Typography variant="body2" sx={{
210 210
                 fontWeight: "100", fontSize: {
211 211
                   xs: "0.875rem",

Loading…
Peruuta
Tallenna