Skip to content

Commit 30b11f9

Browse files
committed
fix(landing): sp-grid 6 columns, shorten Pi card text
- grid-template-columns: 5 → 6 so all adapters fit one row on desktop (Shell was wrapping to a lonely second row) - Pi card org: "OpenRouter / Anthropic / OpenAI / Gemini" → "Multi-provider" to match OpenCode's single-line style at narrower 1/6 width
1 parent 96be0c4 commit 30b11f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

landing/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502

503503
.sp-grid {
504504
display: grid;
505-
grid-template-columns: repeat(5, 1fr);
505+
grid-template-columns: repeat(6, 1fr);
506506
gap: 1px;
507507
background: var(--gray-light);
508508
}
@@ -2393,7 +2393,7 @@ <h1>Run multiple AI agents. <em>Without babysitting any of them.</em></h1>
23932393
</div>
23942394
<div class="sp-card">
23952395
<div class="sp-card-name">Pi</div>
2396-
<div class="sp-card-org">OpenRouter / Anthropic / OpenAI / Gemini</div>
2396+
<div class="sp-card-org">Multi-provider</div>
23972397
<span class="sp-card-badge native">native</span>
23982398
</div>
23992399
<div class="sp-card">

0 commit comments

Comments
 (0)