Browse Source

desc to middle

master
azri 1 week ago
parent
commit
9468470f8c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/ProductList/ProductList.jsx

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

@@ -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: 1, pt: 1, width: "90%", mx:"auto", textAlign:"center" }}>
209 209
               <Typography variant="body2" sx={{ fontWeight: "400" }}>
210 210
                 {collection_name}
211 211
               </Typography>

Loading…
Cancel
Save