Skip to content

fix(website): wrap privacy page content in .docs-content#51

Merged
nelsonduarte merged 1 commit into
mainfrom
fix/privacy-page-formatting
May 8, 2026
Merged

fix(website): wrap privacy page content in .docs-content#51
nelsonduarte merged 1 commit into
mainfrom
fix/privacy-page-formatting

Conversation

@nelsonduarte
Copy link
Copy Markdown
Owner

Summary

The privacy page used bare `

` tags that fell under the global `h2` selector (`clamp(2rem, 3.5vw, 2.75rem)`) — same size as a hero heading — instead of the body-content size used everywhere else on the site (`1.875rem`, with a border-bottom separator).

Fix

  • Add the `docs-content` class to the container so headings/paragraphs/lists pick up the typography defined in docs/styles.css#L917-L1026.
  • Wrap each policy item in its own `
    ` so the `56px` bottom margin from `.docs-content section` applies between sections.

Test plan

🤖 Generated with Claude Code

The bare <h2> tags in privacy.html were falling under the global h2
selector (clamp(2rem, 3.5vw, 2.75rem)), making them as large as
top-level page hero headings. Wrapping the content in .docs-content
applies the styled variant (1.875rem with a bottom border separator)
that the rest of the site uses for body content.

Each policy section is also now its own <section> so the 56px
bottom margin defined in .docs-content section provides consistent
spacing between policy items.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@nelsonduarte nelsonduarte merged commit 02aa5da into main May 8, 2026
3 checks passed
@nelsonduarte nelsonduarte deleted the fix/privacy-page-formatting branch May 8, 2026 15: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