ソースを参照

desc to middle

master
azri 1週間前
コミット
9468470f8c
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/components/ProductList/ProductList.jsx

+ 1
- 1
src/components/ProductList/ProductList.jsx ファイルの表示

@@ -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>

読み込み中…
キャンセル
保存