diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/shop/promo/[slug].tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/shop/promo/[slug].tsx b/src/pages/shop/promo/[slug].tsx index 7fea10ff..dbf8d908 100644 --- a/src/pages/shop/promo/[slug].tsx +++ b/src/pages/shop/promo/[slug].tsx @@ -372,7 +372,7 @@ export default function PromoDetail() { <div className='container mx-auto flex mb-3 flex-col'> <div className='w-full pl-6'> <h1 className='text-2xl mb-2 font-semibold'>Promo {whatPromo}</h1> - <div className=' w-full'> + <div className=' w-full h-full flex flex-col '> <ProductFilterDesktop brands={brands || []} categories={categories || []} @@ -457,7 +457,7 @@ const FilterChoicesComponent = ({ priceTo, handleDeleteFilter, }) => ( - <div className='flex items-center'> + <div className='flex items-center mb-4'> <HStack spacing={2} className='flex-wrap'> {brandValues?.map((value, index) => ( <Tag |
