Set line height for item headings

This commit is contained in:
Marcus Noble 2021-05-15 15:27:11 +01:00
parent 7613116bf3
commit ea8c2e4bbb
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni

Vedi File

@ -31,6 +31,7 @@ class FeedItem extends HTMLElement {
h1, h2, h3, h4 {
font-family: "Atkinson Hyperlegible Bold";
margin-top: 1.3em;
line-height: 1em;
}
:root > h1 {
margin-top: 0;