From 4a57c76e3eb75334720c615e6c8559fa5cc366ef Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 5 May 2026 01:36:26 +0100 Subject: [PATCH] style: improve command card spacing --- docs/assets/site.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/assets/site.css b/docs/assets/site.css index ff5f9b5..9e0a3b1 100644 --- a/docs/assets/site.css +++ b/docs/assets/site.css @@ -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 {