move stats to the main page
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m45s

This commit is contained in:
Lee
2024-04-18 01:37:59 +01:00
parent f1a446bcf4
commit 582084da88
3 changed files with 21 additions and 28 deletions

View File

@ -8,7 +8,7 @@ export default function Container({
return (
<div className="z-[9999] m-auto flex h-screen min-h-full flex-col items-center opacity-90 w-full xs:max-w-[1200px]">
<NavBar />
<div className="w-full h-full flex m-4 justify-center">{children}</div>
<div className="w-full flex m-4 justify-center">{children}</div>
</div>
);
}