From e316008995a847d85d20ca11d2c39666e3eadb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Tue, 4 Nov 2025 18:30:08 -0500 Subject: [PATCH] fix: multiline spaces for titles --- assets/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/index.css b/assets/css/index.css index 784c29a..4b621fc 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -85,7 +85,7 @@ body { h1, h2, h3, h4, h5, h6 { font-weight: var(--font-weight-bold); margin: calc(var(--line-height) * 2) 0 var(--line-height); - line-height: var(--line-height); + line-height: 1.2em; color: var(--text-color-accent); }