mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +00:00
fix: add min height for content
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
b2be63187e
commit
d166a2a877
@ -23,7 +23,7 @@ export default async function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<Hero />
|
||||
<div className="my-3">
|
||||
<div className="my-3 min-h-96">
|
||||
<Suspense>
|
||||
<HomePageContent />
|
||||
</Suspense>
|
||||
|
Loading…
x
Reference in New Issue
Block a user