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.
This commit is contained in:
parent
525fcbfaa5
commit
3517a1c86c
@ -33,7 +33,7 @@ const AuthLayout = ({ children }: { children: React.ReactNode }) => {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="relative z-10 flex min-h-[100dvh] w-full items-center justify-center p-4">
|
<div className="relative z-10 flex min-h-[100dvh] w-full items-center justify-center p-4">
|
||||||
<div className="flex w-full max-w-md flex-col rounded-2xl bg-white/90 p-4 backdrop-blur-sm">
|
<div className="flex w-[400px] flex-col rounded-2xl bg-white/90 p-4 backdrop-blur-sm">
|
||||||
<div className="flex min-h-[400px] flex-1 flex-col items-center justify-center">
|
<div className="flex min-h-[400px] flex-1 flex-col items-center justify-center">
|
||||||
<Image
|
<Image
|
||||||
priority
|
priority
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user