fix: add min height for content

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe 2024-05-28 16:21:31 +07:00
parent b2be63187e
commit d166a2a877
No known key found for this signature in database
GPG Key ID: CFD53CE570D42DF5

View File

@ -23,7 +23,7 @@ export default async function HomePage() {
return ( return (
<> <>
<Hero /> <Hero />
<div className="my-3"> <div className="my-3 min-h-96">
<Suspense> <Suspense>
<HomePageContent /> <HomePageContent />
</Suspense> </Suspense>