Add 480px mobile breakpoint to landing page (Deel pitch readability)#6
Add 480px mobile breakpoint to landing page (Deel pitch readability)#6devin-ai-integration[bot] wants to merge 1 commit into
Conversation
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Mobile 480px breakpoint — runtime test resultsTested locally via Chrome DevTools device toolbar at 375 / 390 / 414 px (iPhone SE → 14 Plus) and a 1280 px desktop regression check. Each rule was verified by reading Result: every requested rule fires at iPhone widths and reverts to desktop defaults at 1280px. No regressions. Computed-value assertions @ 375 px (critical)
* M2 — the first 375 / 390 / 414 px — values held across all three iPhone widthsAt 390: Regression @ 1280 px (desktop, 480px block must NOT leak)
Visual evidence
Recording of the full viewport walk (Mos2es + KASSA, 375 → 390 → 414 → 1280) — Tested by Devin. Session: https://app.devin.ai/sessions/e17816bc1cf948539681e001700f5e16 |
Summary
Adds a
@media (max-width: 480px)breakpoint toindex.htmlso the MO§ES™ landing page reads cleanly on a phone held at arm's length during the Deel pitch event on May 5, 2026. No functional/JS changes — purely CSS.Changes inside the new 480px block:
.heropadding →56px 16px 40px.sectionpadding →0 16px 40px.flame-grid→grid-template-columns: 1fr(single column).stat-row→grid-template-columns: 1fr 1fr(holds 2-up at 375px).law-eqpadding →24px 16px.law-keypadding →20px 16px.gov-cardpadding →16px 18px.contact-row→flex-direction: column; align-items: center; gap: 12pxThe existing 640px block already sets
.flame-grid { grid-template-columns: 1fr; }(line 501), so the override the prompt asked for is already in effect on smaller screens — re-asserted at 480px for clarity.Tested at 375 / 390 / 414 px viewport widths in Chrome via local file load.
Review & Testing Checklist for Human
Notes
Cosmetic-only patch ahead of the May 5, 2026 Deel event. If anything looks off on the actual phone, the cascade is straightforward to tweak — every change is inside a single 480px media block at the bottom of the
<style>element.Link to Devin session: https://app.devin.ai/sessions/e17816bc1cf948539681e001700f5e16
Requested by: @SunrisesIllNeverSee