Skip to content

Add missing viewport meta tag - #31

Open
claude[bot] wants to merge 1 commit into
masterfrom
fix/issue-11-missing-viewport-meta
Open

Add missing viewport meta tag#31
claude[bot] wants to merge 1 commit into
masterfrom
fix/issue-11-missing-viewport-meta

Conversation

@claude

@claude claude Bot commented Jun 16, 2026

Copy link
Copy Markdown

Fixes #11

What changed

Added <meta name="viewport"> to the <head> of demo/index.html, immediately after the charset declaration.

Added:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Why

Without a viewport meta tag, mobile browsers default to a desktop-width viewport (typically 980px) and scale the content down, breaking the layout on phones and tablets. This is a fundamental mobile-responsiveness requirement.

How to verify

Open demo/index.html in a browser's mobile emulation mode (DevTools → Toggle device toolbar). With this fix the page should render at the device's natural width instead of being scaled down from a desktop viewport.

@claude claude Bot mentioned this pull request Jun 16, 2026
nesalot pushed a commit that referenced this pull request Jun 16, 2026
Add the first successful worker run entry from 2026-06-16.
Worker fixed 3 issues (#5, #10, #11) and opened PRs #29, #30, #31.

https://claude.ai/code/session_011JtawYLR71wcWrmfFpJJ2f
@nesalot nesalot mentioned this pull request Jun 16, 2026
2 tasks
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.

Add missing viewport meta tag

0 participants