File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
carbontrack/src/app/factory-manager-signup Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,18 +114,18 @@ export default function SignupPage() {
114114 initial = { { opacity : 0 , y : 20 } }
115115 animate = { { opacity : 1 , y : 0 } }
116116 transition = { { duration : 1 , delay : 1 , ease : "easeOut" } }
117- className = "text-base md:text-lg lg:text-xl 2xl:text-[35px] 2xl:py-2 font-semibold text-[#F79B72]"
117+ className = "text-base md:text-lg xl:text-2xl lg:text-xl 2xl:text-[35px] 2xl:py-2 font-semibold text-[#F79B72]"
118118 >
119119 Welcome to Carbon Track
120120 </ motion . p >
121121 </ div >
122- < div className = "flex-1 flex items-center justify-center bg-[#234052]" >
122+ < div className = "flex-1 flex items-center justify-center bg-[#234052] " >
123123 < div
124- className = "max-w-2xl bg-[#E7E7E7] rounded-2xl p-12 flex flex-col items-center"
124+ className = " bg-[#E7E7E7] rounded-2xl p-12 flex flex-col items-center justify-center xl:h-screen "
125125 style = { { boxShadow : "0 2px 10px 0 #f79b72" } }
126126 >
127- < h2 className = "text-4xl font-bold mb-8 text-[#F7A77B] text-center" > Sign Up</ h2 >
128- < form onSubmit = { handleSubmit } className = "w-full space-y-5" >
127+ < h2 className = "text-4xl font-bold xl: mb-4 text-[#F7A77B] text-center" > Sign Up</ h2 >
128+ < form onSubmit = { handleSubmit } className = "w-full space-y-5 xl:space-y-2 " >
129129 < div className = "flex space-x-6" >
130130 < div >
131131 < label className = "block text-[#2A4759] text-[20px] font-medium mb-1" >
You can’t perform that action at this time.
0 commit comments