Browse Source

filter style

master
azri 3 weeks ago
parent
commit
b14cfc3668
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

229
         }}
229
         }}
230
       >
230
       >
231
         {/* Left Side: Page Title */}
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
           {`${filteredProducts.length} Item`}
233
           {`${filteredProducts.length} Item`}
234
         </Typography>
234
         </Typography>
235
 
235
 

Loading…
Cancel
Save