Commit 64b7ac4
Cap icon height so it never collides with the hero words
With hero words anchored at top-20 md:top-24, their bottom edge could
reach y=~370 on the wide-font end. Icon is bottom-fixed at 500px, so on
viewports around 800-900px tall its top (y=viewport-500) landed right
on top of "for Mice*" and the footnote. Clamp icon height to
min(500px, calc(100vh - 420px)) so the icon always leaves room below
the word block; tall viewports still see the full 500px.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f334ab4 commit 64b7ac4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments