mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +00:00
fix: homepage filters layout
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
ca37984cff
commit
4edc2bb580
@ -13,7 +13,7 @@ const HomePageFilters = async () => {
|
||||
<h1 className="text-4xl font-bold tracking-tight text-white lg:text-6xl">
|
||||
Find Your Car Part
|
||||
</h1>
|
||||
<div className="mt-5">
|
||||
<div className="mt-5 flex grow flex-col items-center gap-3 @md:flex-row">
|
||||
<FiltersList
|
||||
years={years}
|
||||
makes={makes}
|
||||
|
@ -75,7 +75,7 @@ const Hero = async () => {
|
||||
We will match or beat any competitor's pricing.
|
||||
</p>
|
||||
</div>
|
||||
<div className="relative mx-auto flex max-w-4xl flex-col items-center ">
|
||||
<div className="relative mx-auto flex w-3/4 max-w-4xl flex-col items-center @container">
|
||||
<Suspense fallback={<HomePageFiltersPlaceholder />}>
|
||||
<HomePageFilters />
|
||||
</Suspense>
|
||||
|
Loading…
x
Reference in New Issue
Block a user