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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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: