mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 13:12:15 +00:00
global text styles, tailwind config
This commit is contained in:
@@ -7,7 +7,7 @@ export default async function Layout({
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<div className="mx-auto flex max-w-[400px] flex-col items-center space-y-4 py-10">
|
||||
<div className="mx-auto flex flex-col items-center space-y-4">
|
||||
<div className="relative">
|
||||
<ZitadelLogo height={70} width={180} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user