File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
platforms/blabsy/src/components/login Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ export function LoginMain(): JSX.Element {
74
74
useSkeleton
75
75
/>
76
76
</ div >
77
- < div className = 'flex flex-col items-center justify-between gap-6 p-8 lg:items-start lg:justify-center min-h-screen' >
77
+ < div className = 'flex flex-col items-center justify-between gap-6 p-8 lg:items-center lg:justify-center min-h-screen' >
78
78
< div className = 'flex max-w-xs flex-col gap-4 font-twitter-chirp-extended lg:max-w-none lg:gap-16' >
79
- < h1 className = 'text-3xl before:content-["See_what’s_happening_in_the_world_right_now."] lg:text-6xl lg:before:content-["Happening_now"]' >
79
+ < h1 className = 'text-center text- 3xl before:content-["See_what’s_happening_in_the_world_right_now."] lg:text-6xl lg:before:content-["Happening_now"]' >
80
80
< span className = 'sr-only' >
81
81
See what’s happening in the world right now.
82
82
</ span >
83
83
</ h1 >
84
- < h2 className = 'hidden text-xl lg:block lg:text-3xl' >
84
+ < h2 className = 'hidden text-center text- xl lg:block lg:text-3xl' >
85
85
Join Blabsy today.
86
86
</ h2 >
87
87
< div >
@@ -122,17 +122,17 @@ export function LoginMain(): JSX.Element {
122
122
</ div >
123
123
) }
124
124
</ div >
125
- < div className = 'absolute right-0 rotate-90 top-1/2' >
125
+ { /* <div className='absolute right-0 rotate-90 top-1/2'>
126
126
<Image
127
127
src='/assets/w3dslogo.svg'
128
128
alt='W3DS logo'
129
129
width={100}
130
130
height={20}
131
131
/>
132
- </ div >
132
+ </div> */ }
133
133
</ div >
134
134
< div className = 'flex max-w-lg flex-col gap-6 [&_button]:py-2 bg-white/20 p-4 rounded-lg' >
135
- < div className = 'grid gap-3 font-bold text-white/80 ' >
135
+ < div className = 'grid gap-3 text-center font-bold text-white/70 ' >
136
136
You are entering Blabsy - a social network built on the
137
137
Web 3.0 Data Space (W3DS) architecture. This system is
138
138
designed around the principle of data-platform
You can’t perform that action at this time.
0 commit comments