Skip to content

docs: #259 fix capability box height consistency#275

Merged
thescientist13 merged 1 commit into
ProjectEvergreen:masterfrom
Martinnn674:codex/fix-capability-box-heights
Jun 2, 2026
Merged

docs: #259 fix capability box height consistency#275
thescientist13 merged 1 commit into
ProjectEvergreen:masterfrom
Martinnn674:codex/fix-capability-box-heights

Conversation

@Martinnn674
Copy link
Copy Markdown
Contributor

Summary

  • Switch the capability section to a two-column CSS grid at desktop breakpoints.
  • Stretch grid rows and the inner capability cards so the boxes stay the same height across the desktop layout.
  • Keep the 1200px breakpoint from shrinking the card minimum height below the 1024px layout.

Fixes #259

Verification

  • npm.cmd run lint:css
  • npm.cmd run format:check -- docs/styles/home.css docs/components/capability-box/capability-box.module.css
  • npm.cmd run test:docs
  • Playwright layout check against the local docs site: capability card heights were uniform at 1024px, 1200px, and 1440px.

@thescientist13 thescientist13 changed the title Fix capability box height consistency docs: Fix capability box height consistency Jun 2, 2026
@thescientist13 thescientist13 added the documentation Improvements or additions to the website and / or documentation label Jun 2, 2026
Copy link
Copy Markdown
Member

@thescientist13 thescientist13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this is looking good!

@thescientist13 thescientist13 changed the title docs: Fix capability box height consistency docs: #259 fix capability box height consistency Jun 2, 2026
@thescientist13 thescientist13 merged commit 54bcee0 into ProjectEvergreen:master Jun 2, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to the website and / or documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

capabilities boxes don't have consistent heights across breakpoints

2 participants