mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Adds dynamic product label font size
This commit is contained in:
@@ -40,7 +40,7 @@ export default async function CategoryPage({
|
||||
{products.length === 0 ? (
|
||||
<p className="py-3 text-lg">{`No products found in this collection`}</p>
|
||||
) : (
|
||||
<Grid className="grid-cols-2 lg:grid-cols-3">
|
||||
<Grid className="grid-cols-1 sm:grid-cols-2 lg:grid-cols-3">
|
||||
<ProductGridItems products={products} />
|
||||
</Grid>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user