Skip to content

Commit

Permalink
chore: adjust css to design
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 19, 2024
1 parent 0ff85d4 commit ae22328
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/(marketing)/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@ const Page = () => {
</div>
</div>
<div className="flex items-center gap-2">
<h1 className="whitespace-nowrap font-bold text-3xl tracking-tighter">
<h1 className="whitespace-nowrap font-bold text-4xl leading-normal tracking-tight">
Maximillian Xiaohua Longname
</h1>
<CircleWavyCheck
weight="fill"
className="relative size-6 fill-yellow-500"
/>
</div>
<div className="text-muted-foreground">@stephaniexixo11</div>
<p className="mt-6 max-w-md text-pretty text-center text-md text-muted-foreground">
<div className="text-lg text-muted-foreground">@stephaniexixo11</div>
<p className="mt-6 max-w-md text-pretty text-center text-lg text-muted-foreground">
This is a description that perfectly matches the 80 character description
limit.
</p>
<div className="mt-8 flex justify-center gap-4">
<div className="mt-8 flex h-12 items-center justify-center gap-8">
<div className="flex flex-col items-center leading-tight">
<div className="font-bold text-lg">3232</div>
<div className="text-muted-foreground">Guildmates</div>
Expand Down

0 comments on commit ae22328

Please sign in to comment.