fix: Update ProductList component to improve responsiveness by adjusting display property for mobile and small screens

This commit is contained in:
sebseb7
2026-03-26 14:37:08 +01:00
parent 665e48e868
commit d37eb950d1

View File

@@ -241,7 +241,7 @@ class ProductList extends Component {
<Box sx={{
display: 'flex',
display: { xs: 'none', sm: 'flex' },
gap: { xs: 0.5, sm: 1 },
alignItems: 'center',
flexWrap: 'wrap',