From 3a67f66a8e2ded57940d0c558362f443e0ccf8bf Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Mon, 1 Dec 2025 14:07:42 -0600 Subject: [PATCH] Shrink space between title and content --- app/assets/stylesheets/cards.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/cards.css b/app/assets/stylesheets/cards.css index 284dd728c..0e6e9a031 100644 --- a/app/assets/stylesheets/cards.css +++ b/app/assets/stylesheets/cards.css @@ -151,7 +151,7 @@ font-size: var(--text-xx-large); font-weight: 900; line-height: 1.15; - margin-block-end: 1ch; + margin-block-end: 0.5ch; text-wrap: balance; /* With tight line spacing, Windows will cover over adjacent lines of text @@ -171,7 +171,7 @@ .card-field__title { overflow: hidden; /* prevent scrolling on windows */ - padding-block-end: 1ch; + padding-block-end: 0.5ch; &:is(textarea)::placeholder { color: inherit;