mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
fix
This commit is contained in:
@@ -20,7 +20,7 @@ const AuthLayout = ({ children }: PropsWithChildren) => {
|
||||
<div className="bg-primary/15 absolute -right-[15vmin] -bottom-[15vmin] min-h-[75vmin] min-w-[75vmin] rotate-45" />
|
||||
</div>
|
||||
|
||||
<div className="z-10 flex w-full max-w-xl flex-col items-center gap-5">
|
||||
<div className="z-10 flex w-full max-w-xl flex-col items-center gap-4">
|
||||
<BrandHeading size="md" />
|
||||
{inner}
|
||||
</div>
|
||||
|
||||
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user