File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const LoginPage = () => {
79
79
return (
80
80
< section className = "bg-ct-blue-600 min-h-screen grid place-items-center" >
81
81
< div className = "w-full" >
82
- < h1 className = "text-4xl xl :text-6xl text-center font-[600] text-ct-yellow-600 mb-4" >
82
+ < h1 className = "text-4xl lg :text-6xl text-center font-[600] text-ct-yellow-600 mb-4" >
83
83
Welcome Back
84
84
</ h1 >
85
85
< h2 className = "text-lg text-center mb-4 text-ct-dark-200" >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const Validate2faPage = () => {
79
79
return (
80
80
< section className = "bg-ct-blue-600 min-h-screen grid place-items-center" >
81
81
< div className = "w-full" >
82
- < h1 className = "text-4xl xl :text-6xl text-center font-[600] text-ct-yellow-600 mb-4" >
82
+ < h1 className = "text-4xl lg :text-6xl text-center font-[600] text-ct-yellow-600 mb-4" >
83
83
Welcome Back
84
84
</ h1 >
85
85
< h2 className = "text-lg text-center mb-4 text-ct-dark-200" >
You can’t perform that action at this time.
0 commit comments