initial webapp
This commit is contained in:
@@ -3,9 +3,5 @@ export default function Layout({
|
||||
}: Readonly<{
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
return (
|
||||
<div className="flex flex-col h-screen w-screen block bg-emerald-950 text-neutral-300">
|
||||
<div className="m-4 md:my-16 md:mx-auto max-w-96">{children}</div>
|
||||
</div>
|
||||
);
|
||||
return <div className="flex min-h-screen items-center justify-center bg-black p-4">{children}</div>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user