fix bug design

This commit is contained in:
hamid zarghami
2025-01-06 16:59:24 +03:30
parent 650791e71a
commit ed6551fdde
7 changed files with 18 additions and 15 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ const Register: FC = () => {
const { t } = useTranslation('global')
return (
<div className='w-full h-full flex justify-center py-[75px] items-center px-10'>
<div className='w-full h-full flex justify-center lg:py-[75px] py-4 lg:items-center lg:px-10 px-4'>
<div className='flex w-full max-h-[812px] max-w-[1200px] bg-secondary h-full rounded-3xl overflow-hidden'>
<div className='flex-1 min-w-[50%] overflow-y-auto bg-white px-9 py-7'>
<div className='flex-1 min-w-[50%] overflow-y-auto bg-white lg:px-9 px-4 py-7'>
<div className=''>
<img src={LogoSmallImage} className='w-8' />
<div className='mt-5'>
@@ -89,7 +89,7 @@ const Register: FC = () => {
</div>
</div>
<div className='flex-1 min-w-[50%] flex justify-center items-center'>
<div className='flex-1 min-w-[50%] lg:flex hidden justify-center items-center'>
<img src={LogoImage} className='h-20' />
</div>
</div>