diff --git a/app/login/page.jsx b/app/login/page.jsx index 2a96247..5b30424 100644 --- a/app/login/page.jsx +++ b/app/login/page.jsx @@ -2,11 +2,9 @@ import LoginForm from "@/components/login-form"; export default function LoginPage() { return ( -
-
-
-

Confidence Engine

-
+
+
+

Confidence Engine

Get clearer about what{'\''}s really going on.

@@ -14,7 +12,9 @@ export default function LoginPage() {

Describe the situation in your own words. Confidence Engine will help reconstruct what is known, what may be happening, and what is still unclear — then let you decide what to explore further.

It doesn{'\''}t try to make the decision for you. The aim is to help you reach a clearer understanding so you can decide what to do with more confidence.

+
+

How it works

    @@ -28,7 +28,9 @@ export default function LoginPage() {

    Try it with something real.
    A decision you{'\''}re unsure about. A problem that doesn{'\''}t quite make sense. A situation where you feel you may be missing something.

- +
+ +
); } \ No newline at end of file diff --git a/components/login-form.jsx b/components/login-form.jsx index 5104dbd..2ad16d2 100644 --- a/components/login-form.jsx +++ b/components/login-form.jsx @@ -25,7 +25,7 @@ export default function LoginForm() { } return ( -
+

Welcome

Confidence Engine

diff --git a/docs/current-handoff.md b/docs/current-handoff.md index 9da0ebd..41779b1 100644 --- a/docs/current-handoff.md +++ b/docs/current-handoff.md @@ -99,6 +99,12 @@ Jenkins SCM branch used to load the Jenkinsfile is conceptually separate from th - existing magic-link authentication unchanged - no broader onboarding/tutorial system introduced +### Mobile-first sign-in order (responsive layout fix) + +- v0.63f corrected mobile reading order: proposition → sign-in card → supporting explanation +- CSS Grid with responsive column placement replaces original flexbox; three DOM sections ensure correct mobile stacking without duplicating content +- desktop two-column presentation (explanation left / sign-in right) preserved unchanged at `md` breakpoint and above + ## CURRENT MVP DIRECTION Initial-decomposition hardening is frozen for the current MVP stage.