fix: multiline spaces for titles

This commit is contained in:
Igor Támara 2025-11-04 18:30:08 -05:00 committed by CJ van den Berg
parent 7da527a10e
commit e316008995

View file

@ -85,7 +85,7 @@ body {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-weight: var(--font-weight-bold); font-weight: var(--font-weight-bold);
margin: calc(var(--line-height) * 2) 0 var(--line-height); margin: calc(var(--line-height) * 2) 0 var(--line-height);
line-height: var(--line-height); line-height: 1.2em;
color: var(--text-color-accent); color: var(--text-color-accent);
} }