feat(poc): changes for new design

This commit is contained in:
Björn Meyer 2023-08-04 13:33:38 +02:00
parent 9a594a84bc
commit 2694c9de35

View File

@ -45,9 +45,11 @@ export default async function SearchPage({
Good place to add other suggested search terms ;) Good place to add other suggested search terms ;)
</p> </p>
</div> </div>
<Grid className="grid-cols-2 lg:grid-cols-3"> <div className="order-last min-h-screen w-full md:order-none">
<ProductGridItems products={products} /> <Grid className="grid-cols-2 lg:grid-cols-3">
</Grid> <ProductGridItems products={products} />
</Grid>
</div>
<div className="order-none flex-none md:order-last md:w-[125px]"> <div className="order-none flex-none md:order-last md:w-[125px]">
<FilterList list={sorting} title="Sort by" /> <FilterList list={sorting} title="Sort by" />
</div> </div>