Skip to content

Solutions section: 3-col grid, drop TVC, move Agentic Wallets#664

Merged
grahamritter merged 2 commits into
graham/docs-revampfrom
lucy/solutions-grid
May 15, 2026
Merged

Solutions section: 3-col grid, drop TVC, move Agentic Wallets#664
grahamritter merged 2 commits into
graham/docs-revampfrom
lucy/solutions-grid

Conversation

@lucy-aziz
Copy link
Copy Markdown

What changed

welcome.mdx

  • Removed Turnkey Verifiable Cloud card
  • Moved Agentic Wallets link from Embedded Wallets → Company Wallets (updated path to /company-wallets/use-cases/agentic-wallets)

styles.css

  • Solutions grid: was a vertical flex list of full-width horizontal cards → now a repeat(3, 1fr) CSS grid, collapses to 1 column at ≤768px
  • Card layout: was a horizontal thumbnail-left grid → now a vertical card (thumbnail on top, title, desc, divider, links)
  • Used CSS subgrid (grid-row: span 4 + grid-template-rows: subgrid) so the divider line and first link align at the same absolute Y across all 3 cards regardless of description length or link count
  • Removed ~170 lines of old tablet/mobile overrides that no longer apply

Test plan

  • /welcome: 3 solution cards in a row (Embedded Wallets, Company Wallets, Key Management)
  • Divider line and first link align horizontally across all 3 cards
  • Agentic Wallets appears under Company Wallets with correct link
  • TVC card is gone
  • Resize to ≤768px: cards stack to 1 column
  • Light + dark mode

🤖 Generated with Claude Code

lucy-aziz and others added 2 commits May 15, 2026 16:01
- Remove Turnkey Verifiable Cloud card
- Move Agentic Wallets from Embedded Wallets to Company Wallets
- Replace vertical list layout with 3-col CSS grid (1-col at ≤768px)
- Switch card internals to subgrid so divider line aligns across all 3 cards
- Vertical card design: thumbnail → title → desc → divider → links

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@lucy-aziz lucy-aziz force-pushed the lucy/solutions-grid branch from 03a36e2 to d6d7dd3 Compare May 15, 2026 20:02
@grahamritter grahamritter merged commit b4cb0a5 into graham/docs-revamp May 15, 2026
3 checks 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