azri 1 week ago
parent
commit
fdb62da712
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      src/components/ProductList/ProductList.jsx

+ 4
- 2
src/components/ProductList/ProductList.jsx View File

189
                 top: {
189
                 top: {
190
                   xs: 0,
190
                   xs: 0,
191
                   sm: 0,
191
                   sm: 0,
192
-                  md: 10
192
+                  md: 10,
193
+                  lg: 20
193
                 },
194
                 },
194
                 left: {
195
                 left: {
195
                   xs: 0,
196
                   xs: 0,
196
                   sm: 0,
197
                   sm: 0,
197
-                  md: 10
198
+                  md: 10,
199
+                  lg: 20
198
                 },
200
                 },
199
                 boxShadow: 0,
201
                 boxShadow: 0,
200
                 fontSize: 10
202
                 fontSize: 10

Loading…
Cancel
Save