Commit df762d6
committed
fix(docs): stack mascot + intro text on mobile
The homepage hero div uses `display:flex` without `flexWrap`, so on
narrow viewports the mascot image and paragraph text stay side by side
and the text gets squeezed. Adding `flexWrap:'wrap'` lets the image
stack above the text on mobile.
Assisted-by: Claude Code1 parent dde46cf commit df762d6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments