From e41e49884ff57e86dcade3f91eca41c97bd2c33a Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 2 Jan 2024 17:45:21 +0800 Subject: [PATCH] Less paragraph margins for status cards --- src/components/status.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/status.css b/src/components/status.css index ecfd0c9d..be0e33a9 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -730,6 +730,9 @@ tab-size: 2; text-wrap: pretty; } +.status-card .content p { + margin-block: min(0.25em, 4px); +} .status .content p:first-child { margin-block-start: 0; }