소스 검색

filter style

master
azri 3 주 전
부모
커밋
b14cfc3668
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/components/ProductList/ProductList.jsx

+ 1
- 1
src/components/ProductList/ProductList.jsx 파일 보기

@@ -229,7 +229,7 @@ const ProductList = ({ size = 99999 }) => {
229 229
         }}
230 230
       >
231 231
         {/* Left Side: Page Title */}
232
-        <Typography variant="body2" sx={{fontSize:10}}>
232
+        <Typography variant="body2" sx={{fontSize:10, mt:{xs:1, sm:1, md:0}}}>
233 233
           {`${filteredProducts.length} Item`}
234 234
         </Typography>
235 235
 

Loading…
취소
저장