style: improve command card spacing
Some checks failed
ci / test (push) Has been cancelled
pages / deploy (push) Has been cancelled

This commit is contained in:
Peter Steinberger 2026-05-05 01:36:26 +01:00
parent 328b7553a3
commit 4a57c76e3e
No known key found for this signature in database

View File

@ -466,7 +466,10 @@ p { color: var(--muted); margin: 14px 0 0; }
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.card h3 { font-size: 21px; }
.card h3 {
font-size: 21px;
margin-top: 8px;
}
.card p { font-size: 14.5px; line-height: 1.55; }
.pill {