responsive
This commit is contained in:
@@ -9,14 +9,12 @@ const CategoryDetailPage = () => {
|
||||
<div>
|
||||
<CategoryHero />
|
||||
|
||||
<div className="space-y-4 px-4 mt-10 sm:space-y-5 sm:px-8 lg:px-30 pt-8 sm:pt-10 pb-8 sm:pb-10">
|
||||
<div className="lg:grid lg:gap-x-6">
|
||||
<CategoryToolbar />
|
||||
</div>
|
||||
|
||||
<div className="px-4 pb-8 pt-8 sm:px-8 sm:pb-10 sm:pt-10 lg:px-30 lg:pb-10 lg:pt-16">
|
||||
<div className="flex flex-col gap-4 lg:flex-row lg:items-start lg:gap-6">
|
||||
<CategoryFilters />
|
||||
<div className="min-w-0 flex-1">
|
||||
|
||||
<div className="min-w-0 flex-1 space-y-4 sm:space-y-5">
|
||||
<CategoryToolbar />
|
||||
<CategoryProducts />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user