feat: 修改样式

This commit is contained in:
2025-08-25 05:07:42 -07:00
parent 4a78aa6177
commit 1caab83b17
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export default async function Home() {
<LoginDialogProvider>
<Header />
<FullScreenVideoBackground />
<main className='fixed inset-0 z-10 flex items-center justify-center'>
<main className='fixed inset-0 flex items-center justify-center'>
<HomeContent />
</main>
<FooterCopyright />