Shrink space between title and content

This commit is contained in:
Andy Smith
2025-12-01 14:07:42 -06:00
parent a8e8c1ded6
commit 3a67f66a8e
+2 -2
View File
@@ -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;