Skip to content

Claude/clarify api key docs l5w r1#79

Merged
amavashev merged 2 commits intomainfrom
claude/clarify-api-key-docs-L5wR1
Mar 17, 2026
Merged

Claude/clarify api key docs l5w r1#79
amavashev merged 2 commits intomainfrom
claude/clarify-api-key-docs-L5wR1

Conversation

@amavashev
Copy link
Contributor

Fixed. The issue was that the max-width and padding were on the same element, so the 24px padding reduced the content area. Now the layout mirrors VitePress's VPFeatures exactly:

  • Outer element handles responsive padding (24px → 48px → 64px at breakpoints)
  • Inner .inner div has max-width: 1152px with margin: 0 auto

This ensures the code block aligns pixel-perfectly with the feature cards below.

claude added 2 commits March 17, 2026 16:46
…rk mode override

defaultColor: false generates CSS variables but never maps them to the
color property, resulting in unstyled plain text.

https://claude.ai/code/session_01HftF1nebzvUzQy4y4zGJk6
Use same outer padding breakpoints (24/48/64px) and separate inner
max-width container, matching VitePress feature cards exactly.

https://claude.ai/code/session_01HftF1nebzvUzQy4y4zGJk6
@amavashev amavashev merged commit d341c82 into main Mar 17, 2026
1 check passed
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.

2 participants