commerce/components/common/HomeAllProductsGrid/HomeAllProductsGrid.module.css
2021-08-19 09:50:38 +07:00

8 lines
82 B
CSS

.root {
@apply flex flex-col w-full;
@screen md {
@apply flex-row;
}
}