Skip to content

refactor(step2): raise the map's breakpoint from xl to 2xl#255

Merged
yorickdewid merged 1 commit into
mainfrom
refactor/raise-map-breakpoint-to-2xl
Jun 1, 2026
Merged

refactor(step2): raise the map's breakpoint from xl to 2xl#255
yorickdewid merged 1 commit into
mainfrom
refactor/raise-map-breakpoint-to-2xl

Conversation

@yorickdewid

Copy link
Copy Markdown
Contributor

Summary

Pushes the 3-col layout (and the map column) from `xl` (1280px) to `2xl` (1536px) on both InquiryStep2 and RecoveryStep2.

Why

At `xl` the middle col only gets `1280 − 64 − 416 − 512 − 32 = 256px` — workable but still tight for the form's `md:grid-cols-2` layout. `2xl` gives it ~512px instead, which is the size the layout was actually designed for. Below 2xl we stay 2-col (addresses + form); below `lg` we stack. The map content itself is unchanged.

Test plan

  • `pnpm type-check` clean
  • `pnpm build` clean
  • Visual at 1100 / 1400 / 1600px viewport widths: stack-or-2col / 2-col / 3-col-with-map respectively

🤖 Generated with Claude Code

At xl the middle col only gets ~256px (1280 − 64 − 416 − 512 − 32),
which is workable but still tight for the form's md:grid-cols-2 layout.
Pushing the third column to 2xl gives it ~512px instead, which is the
size the layout was actually designed for.

Below 2xl we stay 2-col (addresses + form); below lg we stack. The map
itself is unchanged — it just shows up later.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@yorickdewid
yorickdewid merged commit d6e36ca into main Jun 1, 2026
1 check passed
@yorickdewid
yorickdewid deleted the refactor/raise-map-breakpoint-to-2xl branch June 1, 2026 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant