Ver código fonte

desc to middle

master
azri 4 meses atrás
pai
commit
9468470f8c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/components/ProductList/ProductList.jsx

+ 1
- 1
src/components/ProductList/ProductList.jsx Ver arquivo

205
               NEW
205
               NEW
206
             </Button>}
206
             </Button>}
207
 
207
 
208
-            <Box sx={{ pb: 1, pt: 1, width: "90%" }}>
208
+            <Box sx={{ pb: 1, pt: 1, width: "90%", mx:"auto", textAlign:"center" }}>
209
               <Typography variant="body2" sx={{ fontWeight: "400" }}>
209
               <Typography variant="body2" sx={{ fontWeight: "400" }}>
210
                 {collection_name}
210
                 {collection_name}
211
               </Typography>
211
               </Typography>

Carregando…
Cancelar
Salvar