feat: 修改文案大小
This commit is contained in:
@@ -29,16 +29,12 @@ export default function Page() {
|
||||
return (
|
||||
<>
|
||||
<LoginDialogProvider>
|
||||
<div
|
||||
className={
|
||||
'hidden text-4xl font-bold text-[#0F2C53] sm:block md:mb-4 md:text-center md:text-5xl'
|
||||
}
|
||||
>
|
||||
<div className={'hidden text-4xl font-bold text-[#0F2C53] sm:block md:mb-4 md:text-center'}>
|
||||
{t('title')}
|
||||
</div>
|
||||
<div
|
||||
className={
|
||||
'mt-0 text-right text-lg font-bold text-[#666666] sm:mt-0 sm:text-center sm:font-medium'
|
||||
'mt-0 text-right text-base font-bold text-[#666666] sm:mt-0 sm:text-center sm:font-medium'
|
||||
}
|
||||
>
|
||||
{t('description')}
|
||||
|
||||
Reference in New Issue
Block a user