Commit 60bfe3d
fix(landing): clean up logo-strip/features seam with inset column divider
The vertical line appearing under the logo marquee was the Features section's
full-height column border-right (at 48% width) butting directly against the
logo strip's bottom edge with asymmetric content beside it — it read as a
broken/stray line.
- Remove the hard inline `border-right` from .motioncode-feature-list.
- Replace it with an inset, top/bottom-faded pseudo-element divider so the
line never reaches the section's top edge (no collision with the strip
seam) and reads as an intentional split. Hidden on mobile, matching the
existing responsive rule that dropped the border there.
Verified in a headless browser: the seam under the marquee is clean, the
divider still renders correctly between the feature columns, and the
extracted handoff section (with its split-out MotionPathPlugin) draws its
diagram with no console errors. lint + production build pass.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent aa3a6e9 commit 60bfe3d
2 files changed
Lines changed: 25 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3000 | 3000 | | |
3001 | 3001 | | |
3002 | 3002 | | |
| 3003 | + | |
| 3004 | + | |
| 3005 | + | |
| 3006 | + | |
| 3007 | + | |
| 3008 | + | |
| 3009 | + | |
| 3010 | + | |
| 3011 | + | |
| 3012 | + | |
| 3013 | + | |
| 3014 | + | |
| 3015 | + | |
| 3016 | + | |
| 3017 | + | |
| 3018 | + | |
| 3019 | + | |
| 3020 | + | |
| 3021 | + | |
| 3022 | + | |
3003 | 3023 | | |
| 3024 | + | |
| 3025 | + | |
| 3026 | + | |
| 3027 | + | |
3004 | 3028 | | |
3005 | 3029 | | |
3006 | 3030 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1232 | 1232 | | |
1233 | 1233 | | |
1234 | 1234 | | |
1235 | | - | |
| 1235 | + | |
1236 | 1236 | | |
1237 | 1237 | | |
1238 | 1238 | | |
| |||
0 commit comments