ソースを参照

font size change

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

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

@@ -209,21 +209,21 @@ const ProductList = ({ size = 99999 }) => {
209 209
               <Typography variant="body2" sx={{ fontWeight: "400",fontSize:{
210 210
                 xs:"0.875rem",
211 211
                 sm:"0.875rem",
212
-                md:"1rem",
212
+                md:"1.1rem",
213 213
               } }}>
214 214
                 {collection_name}
215 215
               </Typography>
216 216
               <Typography variant="body2" sx={{ fontWeight: "bolder", fontSize:{
217 217
                 xs:"0.875rem",
218 218
                 sm:"0.875rem",
219
-                md:"1rem",
219
+                md:"1.1rem",
220 220
               }}}>
221 221
                 {title}
222 222
               </Typography>
223 223
               <Typography variant="body2" sx={{ fontWeight: "400", fontSize:{
224 224
                 xs:"0.875rem",
225 225
                 sm:"0.875rem",
226
-                md:"1rem",
226
+                md:"1.1rem",
227 227
               } }}>
228 228
                 {`${minPriceCurrency} ${parseFloat(minPrice).toFixed(2)}`}
229 229
               </Typography>

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