Widen sign-in card so title fits on two lines #13

Merged
odweta merged 1 commits from odweta-polish-sign-in-page into main 2026-09-10 18:14:15 +02:00
odweta commented 2026-09-10 18:13:29 +02:00 (Migrated from github.com)

Follow-up to #11. On larger screens the auth title could still wrap onto three lines because the card stayed capped at 460px while the heading font scaled up to 3.4rem.

Changes:

  • Widen the sign-in card and retune the heading's font-size clamp so the title reliably fits on exactly two lines above 420px viewport width
  • Below 420px, allow normal wrapping again to avoid overflow on very small phones
  • Keep the form fields and intro text at a comfortable, narrower reading width inside the wider card so inputs don't stretch too wide
Follow-up to #11. On larger screens the auth title could still wrap onto three lines because the card stayed capped at 460px while the heading font scaled up to 3.4rem. **Changes:** - Widen the sign-in card and retune the heading's font-size clamp so the title reliably fits on exactly two lines above 420px viewport width - Below 420px, allow normal wrapping again to avoid overflow on very small phones - Keep the form fields and intro text at a comfortable, narrower reading width inside the wider card so inputs don't stretch too wide
Sign in to join this conversation.