Skip to content

Commit

Permalink
style: css style
Browse files Browse the repository at this point in the history
  • Loading branch information
ChingCdesu committed Feb 2, 2025
1 parent 54971ca commit 1206dee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/[locale]/transfer/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ export default function Transmission() {
}

return (
<div className="min-h-screen flex flex-col justify-center">
<div className="text-center text-xl">
<div className="min-h-screen flex flex-col justify-center items-center">
<div className="text-center min-w-[40rem]">
<h2 className="text-balance text-4xl font-semibold tracking-tight sm:text-5xl">{t('title')}</h2>
<div className="mt-6 text-pretty text-lg/8 text-gray-600">{t('description')}</div>
<div className="flex md:flex-row flex-col justify-center items-center mt-6 px-4">
Expand Down Expand Up @@ -126,6 +126,6 @@ export default function Transmission() {
{t('transfer')}
</Button>
</div>
</div>
</div >
)
}

0 comments on commit 1206dee

Please sign in to comment.