Skip to content

Commit cfeb3c4

Browse files
Tweak spacing in simple auth layout
1 parent bf56775 commit cfeb3c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/layouts/auth/auth-simple-layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export default function AuthSimpleLayout({ children, title, description }: AuthL
1212
return (
1313
<div className="bg-background flex min-h-svh flex-col items-center justify-center gap-6 p-6 md:p-10">
1414
<div className="w-full max-w-sm">
15-
<div className="flex flex-col gap-6">
16-
<div className="flex flex-col items-center gap-2">
15+
<div className="flex flex-col gap-8">
16+
<div className="flex flex-col items-center gap-4">
1717
<Link href={route('home')} className="flex flex-col items-center gap-2 font-medium">
1818
<div className="flex h-10 w-10 items-center justify-center rounded-md">
1919
<AppLogoIcon className="size-10 fill-current text-[var(--foreground)] dark:text-white" />

0 commit comments

Comments
 (0)