global text styles, tailwind config

This commit is contained in:
Max Peintner
2023-04-25 09:16:19 +02:00
parent d1d54d2180
commit ee53505612
14 changed files with 98 additions and 34 deletions

View File

@@ -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>