This commit is contained in:
Sebastien Castiel
2023-12-06 17:47:41 -05:00
parent 12b1cdb52a
commit e747ec3ea0
9 changed files with 368 additions and 186 deletions

View File

@@ -14,7 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className="bg-slate-50">
<body className="">
<ProgressBar />
<div className="max-w-screen-md mx-auto p-4">{children}</div>
</body>