Commit 0037d84
site: fix mobile horizontal overflow in process/roadmap section
The "diagnostic sprint" week-cards used a fixed repeat(3, 1fr) grid that
didn't collapse on narrow viewports, pushing page width to 553px on a
390px phone (horizontal scroll). Switched to the responsive
repeat(auto-fit, minmax(220px, 1fr)) pattern already used elsewhere in
this file. Verified: mobile docWidth now equals viewport (390=390).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017zfynhEadteeMKwYFAq4V81 parent 089d9ee commit 0037d84
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
0 commit comments