From 3517a1c86c0fb4c8fd8179df58cd0f7bc8333c93 Mon Sep 17 00:00:00 2001 From: alisaza Date: Mon, 7 Sep 2026 21:24:22 +0330 Subject: [PATCH] fix(auth): adjust layout width for better responsiveness - Updated the layout width in `AuthLayout` to a fixed width of 400px for improved consistency and user experience. --- app/auth/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/auth/layout.tsx b/app/auth/layout.tsx index ff93833..cfcfe55 100644 --- a/app/auth/layout.tsx +++ b/app/auth/layout.tsx @@ -33,7 +33,7 @@ const AuthLayout = ({ children }: { children: React.ReactNode }) => { />
-
+