add global and country ranking cards on the player page
All checks were successful
Deploy / deploy (push) Successful in 2m23s

This commit is contained in:
Lee
2024-09-27 21:19:44 +01:00
parent 3709794d11
commit a7465a6dcd
13 changed files with 285 additions and 117 deletions

View File

@ -72,7 +72,7 @@ export default function RootLayout({
<AnimatePresence>
<main className="flex flex-col min-h-screen gap-2 text-white">
<NavBar />
<div className="z-[1] m-auto flex flex-col flex-grow items-center md:max-w-[1200px]">
<div className="z-[1] m-auto flex flex-col flex-grow items-center md:max-w-[1600px]">
{children}
</div>
<Footer />