mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
fix layout styles issues
This commit is contained in:
@ -43,10 +43,12 @@ export default function RootLayout({
|
||||
</head>
|
||||
<body>
|
||||
<RUAThemeProvider>
|
||||
<HeadBar />
|
||||
{children}
|
||||
<Footer />
|
||||
<BackToTop />
|
||||
<div className="flex flex-col min-h-[100vh]">
|
||||
<HeadBar />
|
||||
{children}
|
||||
<Footer />
|
||||
<BackToTop />
|
||||
</div>
|
||||
</RUAThemeProvider>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user