update: form register for responsive
This commit is contained in:
parent
e2b9adcf2d
commit
dfda61bf11
|
|
@ -106,10 +106,10 @@ export default function RegisterPage() {
|
|||
</div>
|
||||
|
||||
{/* 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 */}
|
||||
<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 */}
|
||||
<div className="mb-12 h-[75px]">
|
||||
|
|
@ -291,7 +291,7 @@ export default function RegisterPage() {
|
|||
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"
|
||||
>
|
||||
I am agreeing to Terms and Services
|
||||
I am agree to Terms and Services
|
||||
</label>
|
||||
</div>
|
||||
</FormControl>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user