fix(website): mobile polish for the homepage - #886
Merged
Conversation
From a 375px review pass: the marker highlight now paints per line fragment via box-decoration-break (the absolute box rendered one broken block on wrapped phrases), the decorative hero chip row yields to the interactive proof pills on phones, centered multi-line ledes left-align, 10px mono captions bump to 11px, and small text links get invisible tap-area padding past the WCAG 24px floor. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
blove
enabled auto-merge (squash)
August 31, 2026 03:53
Contributor
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
A 375px review pass on the redesigned homepage (follow-up to #885):
box-decoration-break: clone— the absolutely-positioned box rendered one broken block on wrapped phrases, which happened at every width below ~1200px.proof-strip-source,ecosystem-tile-note) bump to 11px, matching the label floor used elsewhere.Noted, deliberately unchanged: the free-guide toast's bottom-sheet mobile treatment (prior design decision) and the italic CTA headline (house style).
Test Plan
nx test website— 355/355nx build website --configuration=production— green🤖 Generated with Claude Code