fix: multiline spaces for titles
This commit is contained in:
parent
7da527a10e
commit
e316008995
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue