소스 검색

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>

Loading…
취소
저장