fix(confidence-engine): prioritise mobile sign-in
This commit is contained in:
@@ -25,7 +25,7 @@ export default function LoginForm() {
|
||||
}
|
||||
|
||||
return (
|
||||
<section className="w-full shrink-0 space-y-6 lg:w-[420px] lg:pt-6">
|
||||
<section className="w-full shrink-0 space-y-6">
|
||||
<div className="rounded-xl border-[2.5px] border-teal-300/70 bg-gradient-to-b from-teal-50/60 to-white px-8 py-9 shadow-sm">
|
||||
<p className="mb-3 text-[11px] font-bold uppercase tracking-[.18em] text-teal-700/70">Welcome</p>
|
||||
<h1 className="text-3xl font-bold tracking-tight">Confidence Engine</h1>
|
||||
|
||||
Reference in New Issue
Block a user