File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/web/client/src/app/login Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default function LoginPage() {
17
17
const returnUrl = useSearchParams ( ) . get ( LocalForageKeys . RETURN_URL ) ;
18
18
19
19
return (
20
- < div className = "flex h-screen w-screen" >
20
+ < div className = "flex h-screen w-screen justify-center" >
21
21
< div className = "flex flex-col justify-between w-full h-full max-w-xl p-16 space-y-8 overflow-auto" >
22
22
< div className = "flex items-center space-x-2" >
23
23
< Link href = { Routes . HOME } className = "hover:opacity-80 transition-opacity" >
@@ -33,7 +33,7 @@ export default function LoginPage() {
33
33
{ t ( transKeys . welcome . description ) }
34
34
</ p >
35
35
</ div >
36
- < div className = "space-x-2 flex flex-row" >
36
+ < div className = "space-y-2 md:space-y-0 md:space- x-2 flex flex-col md: flex-row" >
37
37
< GithubLoginButton returnUrl = { returnUrl } />
38
38
< GoogleLoginButton returnUrl = { returnUrl } />
39
39
</ div >
@@ -62,9 +62,9 @@ export default function LoginPage() {
62
62
< p > { t ( transKeys . welcome . version , { version : '1.0.0' } ) } </ p >
63
63
</ div >
64
64
</ div >
65
- < div className = "hidden w-full lg:block md:block m-6" >
65
+ < div className = "hidden w-full md:block m-6" >
66
66
< Image
67
- className = "w-full h-full object-cover rounded-xl hidden dark:flex "
67
+ className = "w-full h-full object-cover rounded-xl"
68
68
src = { backgroundUrl }
69
69
alt = "Onlook dunes dark"
70
70
width = { 1000 }
You can’t perform that action at this time.
0 commit comments