We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba960b1 commit 6610013Copy full SHA for 6610013
src/app/(public)/login/page.tsx
@@ -72,7 +72,7 @@ const Page = (): JSX.Element => {
72
<ModeToggle />
73
<LanguageToggle />
74
</nav>
75
- <Card>
+ <Card className="w-[410px] h-fit">
76
<CardHeader className={'flex items-center'}>
77
<Image
78
src={'/aysfavicon360.png'}
@@ -81,7 +81,9 @@ const Page = (): JSX.Element => {
81
height={100}
82
/>
83
<CardTitle>{t('common.welcome')}</CardTitle>
84
- <CardDescription>{t('login.description')}</CardDescription>
+ <CardDescription className="text-center">
85
+ {t('login.description')}
86
+ </CardDescription>
87
</CardHeader>
88
<CardHeader>
89
<Form {...form}>
0 commit comments