update: form register for responsive

This commit is contained in:
abiyasa05 2024-09-05 15:07:55 +07:00
parent e2b9adcf2d
commit dfda61bf11

View File

@ -106,10 +106,10 @@ export default function RegisterPage() {
</div> </div>
{/* Main content */} {/* Main content */}
<div className="flex-1 flex flex-col md:flex-row items-center justify-center lg:pr-20 pt-[151.2px] lg:pt-[82.4px] lg:pl-[224px] md:justify-end space-x-12 px-4 md:px-0 z-20"> <div className="flex-1 flex flex-col md:flex-row items-center justify-center pt-[151.2px] lg:pt-[82.4px] lg:pl-[224px] md:justify-center lg:justify-end space-x-12 px-6 md:px-0 z-20">
{/* Form column */} {/* Form column */}
<div className="w-[306px] max-w-lg md:w-1/2"> <div className="w-[306px] max-w-lg md:w-1/2 mx-auto md:mx-20">
{/* Title and Already have an account */} {/* Title and Already have an account */}
<div className="mb-12 h-[75px]"> <div className="mb-12 h-[75px]">
@ -291,7 +291,7 @@ export default function RegisterPage() {
htmlFor="terms" htmlFor="terms"
className="text-sm font-normal leading-none cursor-pointer peer-disabled:cursor-not-allowed peer-disabled:opacity-70 text-[#00000099] p-2 rounded" className="text-sm font-normal leading-none cursor-pointer peer-disabled:cursor-not-allowed peer-disabled:opacity-70 text-[#00000099] p-2 rounded"
> >
I am agreeing to Terms and Services I am agree to Terms and Services
</label> </label>
</div> </div>
</FormControl> </FormControl>