Commit a0286aa
Fix hero buttons overflowing on narrow screens
The button row used flex with fixed margin-left spacing and no
wrapping, so on small viewports the first and last buttons got
clipped by the hero's overflow:hidden. Switch to flex-wrap with a
gap so buttons stack cleanly instead of overflowing.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent e9ee1a4 commit a0286aa
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
| 24 | + | |
23 | 25 | | |
0 commit comments