Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.267 ·

New responsive-design system guidance for Artifact page generation

Artifact generation now gets more detailed instructions for making responsive web pages

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindImprovementsin v2.1.267,
You'll notice

Artifact generation now gets more detailed instructions for making responsive web pages

What

When Claude Code builds web-page Artifacts, the prompt guiding the model now includes more detailed responsive-design instructions:

  • Keep the page usable at widths as small as roughly 400px
  • Keep 16px side margins using padding-block (never a padding shorthand that zeroes it out)
  • Use relative units instead of fixed pixel sizes
  • Let grids wrap or stack on narrow screens
  • Cap the width of images and elements with a fixed aspect ratio
  • Confine any horizontal scrolling to tables, diagrams, or code blocks, each in its own scrolling container, so the page body itself never scrolls sideways
Why

This should produce Artifacts that look right and stay usable on narrow screens and mobile-sized viewports, instead of overflowing or requiring awkward horizontal scrolling.

See this entry in the whole of v2.1.267 →