This commit is contained in:
RandyJC
2025-12-09 12:00:28 +01:00
parent 61b47fa5d5
commit e4342bbdac
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
import { PropsWithChildren } from "react"
const BrandShell = ({ children }: PropsWithChildren) => (
<div className="flex min-h-screen flex-col items-center justify-center gap-6 px-4">
<div className="flex w-full max-w-xl flex-col items-center justify-center gap-4">
{children}
</div>
)