Skip to content

Commit ec44544

Browse files
committed
style: adjust layout for improved alignment of Avatar and DiscordStatus components
1 parent 75d5246 commit ec44544

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

app/page.tsx

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,17 @@ import Avatar from '@/components/avatar';
1010
export default function Page() {
1111
return (
1212
<div className='mx-auto flex w-full max-w-[600px] flex-col gap-y-24 py-16'>
13-
<div className='flex w-full items-center justify-between'>
14-
<div className='flex items-center gap-x-4'>
15-
<Avatar />
16-
17-
<div className='flex flex-col'>
18-
<h1 className='font-faustina font-bold'>
19-
Gökhan Bulut
20-
</h1>
21-
22-
<span className='text-sm text-secondary'>
23-
Developer
24-
</span>
25-
</div>
13+
<div className='flex w-full items-center gap-x-4'>
14+
<Avatar />
15+
16+
<div className='flex flex-col'>
17+
<h1 className='font-faustina font-bold'>
18+
Gökhan Bulut
19+
</h1>
20+
21+
<span className='text-sm text-secondary'>
22+
Developer
23+
</span>
2624
</div>
2725

2826
<DiscordStatus userId='957840712404193290' />

0 commit comments

Comments
 (0)