Skip to content

Commit 05097c0

Browse files
committed
fix: blabsy login screen
1 parent 65bb666 commit 05097c0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

platforms/blabsy/src/components/login/login-main.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ export function LoginMain(): JSX.Element {
7474
useSkeleton
7575
/>
7676
</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'>
7878
<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"]'>
8080
<span className='sr-only'>
8181
See what’s happening in the world right now.
8282
</span>
8383
</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'>
8585
Join Blabsy today.
8686
</h2>
8787
<div>
@@ -122,17 +122,17 @@ export function LoginMain(): JSX.Element {
122122
</div>
123123
)}
124124
</div>
125-
<div className='absolute right-0 rotate-90 top-1/2'>
125+
{/* <div className='absolute right-0 rotate-90 top-1/2'>
126126
<Image
127127
src='/assets/w3dslogo.svg'
128128
alt='W3DS logo'
129129
width={100}
130130
height={20}
131131
/>
132-
</div>
132+
</div> */}
133133
</div>
134134
<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'>
136136
You are entering Blabsy - a social network built on the
137137
Web 3.0 Data Space (W3DS) architecture. This system is
138138
designed around the principle of data-platform

0 commit comments

Comments
 (0)