Skip to content

fix(thesis-page): mobile 320px horizontal overflow#154

Merged
ahmetabdullahgultekin merged 1 commit into
masterfrom
fix/thesis-mobile-2026-06-06
Jun 6, 2026
Merged

fix(thesis-page): mobile 320px horizontal overflow#154
ahmetabdullahgultekin merged 1 commit into
masterfrom
fix/thesis-mobile-2026-06-06

Conversation

@ahmetabdullahgultekin

Copy link
Copy Markdown
Contributor

The coming-soon thesis page (fivucsas.com/thesis) scrolled ~23px horizontally at ≤320px (iPhone SE / smallest phones). Clean at 360px+, but fixed for the smallest tier.

Fixes (all responsive, additive):

  • Hero .acronym fixed 50pxclamp(38px, 11vw, 62px) (+ word-break); the /> angle scales with it (0.74em).
  • New ≤480px breakpoint: .shell side padding 24px → 16px, smaller .status-pill (the long Turkish "YAKINDA · GÖNDERİMDEN SONRA").
  • .copy-link share box: flex-wrap + max-width:100%; URL span min-width:0 + overflow-wrap:anywhere so the long unbreakable URL wraps instead of forcing width.

Verified (local render): 320 / 360 / 390 px → 0 horizontal overflow, 0 oversized elements. Desktop (1280px) byte-for-byte unchanged — acronym still 62px, share box still inline-flex shrink-to-content.

🤖 Generated with Claude Code

At ≤320px (iPhone SE / smallest phones) the page scrolled ~23px
horizontally. Three culprits, all now responsive:
- hero .acronym was a fixed 50px → clamp(38px, 11vw, 62px) (+ word-break);
  the `/>` angle now scales with it (0.74em)
- new ≤480px breakpoint: tighter .shell side padding (16px) + smaller
  .status-pill (the long Turkish "YAKINDA · GÖNDERİMDEN SONRA")
- .copy-link share box now wraps (flex-wrap + max-width:100%) and the URL
  breaks (min-width:0 + overflow-wrap), instead of forcing width

Verified 320 / 360 / 390 = 0 overflow; desktop unchanged (acronym still
62px, share box still inline-flex shrink-to-content).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ahmetabdullahgultekin ahmetabdullahgultekin merged commit 95d7e36 into master Jun 6, 2026
1 check passed
@ahmetabdullahgultekin ahmetabdullahgultekin deleted the fix/thesis-mobile-2026-06-06 branch June 6, 2026 07:50
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