fix(confidence-engine): prioritise mobile sign-in

This commit is contained in:
2026-09-09 14:20:27 +01:00
parent efdb0a29d1
commit 4d78c81773
3 changed files with 15 additions and 7 deletions
+6
View File
@@ -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.