Skip to content

fix(website): remove fair comparison, fix mobile alignment#109

Merged
blove merged 1 commit into
mainfrom
fix/homepage-mobile-alignment
Apr 11, 2026
Merged

fix(website): remove fair comparison, fix mobile alignment#109
blove merged 1 commit into
mainfrom
fix/homepage-mobile-alignment

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented Apr 11, 2026

Summary

  • Remove FairComparisonSection from the homepage
  • Fix WhitePaperSection 2-col grid not stacking on mobile (was squished side-by-side at 375px)
  • Reduce ProblemSection gap animation padding on mobile for better content fit
  • Fix LibrariesSection card min-width overflow on narrow viewports using min(280px, 100%)
  • Reduce ChatFeaturesSection chat window height on mobile from 460px to 380px

Test plan

  • Verify homepage renders without fair comparison section
  • Chrome DevTools at 375px: WhitePaperSection stacks to single column
  • Chrome DevTools at 375px: ProblemSection progress bar has adequate padding
  • Chrome DevTools at 375px: Library cards don't overflow
  • Verify no layout shifts on desktop

🤖 Generated with Claude Code

- Remove FairComparisonSection from homepage
- WhitePaperSection: stack 2-col grid to single column on mobile,
  reduce padding from 48px/56px to 32px/24px
- ProblemSection: reduce section and gap card padding on mobile
- LibrariesSection: use min() in minmax to prevent card overflow
  on narrow viewports (375px)
- ChatFeaturesSection: reduce chat window height on mobile

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cacheplane Ready Ready Preview, Comment Apr 11, 2026 3:02am

Request Review

@blove blove merged commit e845ed5 into main Apr 11, 2026
13 of 14 checks passed
@blove blove deleted the fix/homepage-mobile-alignment branch May 7, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant