Spaces:
Build error
Build error
Fixed Z depth of sign-in page
Browse files
frontend/app/sign-in/page.tsx
CHANGED
@@ -8,7 +8,7 @@ const SignInPage = () => {
|
|
8 |
return (
|
9 |
<Main>
|
10 |
<Header />
|
11 |
-
<div className="rounded-xl shadow-xl p-4 mb-8
|
12 |
<div className="max-w-2xl mx-auto text-center">
|
13 |
<div className="flex flex-col items-center justify-center py-10 space-y-4">
|
14 |
<div className="bg-blue-500 text-white px-8 py-6 rounded-lg shadow-lg">
|
|
|
8 |
return (
|
9 |
<Main>
|
10 |
<Header />
|
11 |
+
<div className="rounded-xl shadow-xl p-4 mb-8 max-w-5xl w-full">
|
12 |
<div className="max-w-2xl mx-auto text-center">
|
13 |
<div className="flex flex-col items-center justify-center py-10 space-y-4">
|
14 |
<div className="bg-blue-500 text-white px-8 py-6 rounded-lg shadow-lg">
|