Set line height for item headings
This commit is contained in:
parent
7613116bf3
commit
ea8c2e4bbb
@ -31,6 +31,7 @@ class FeedItem extends HTMLElement {
|
|||||||
h1, h2, h3, h4 {
|
h1, h2, h3, h4 {
|
||||||
font-family: "Atkinson Hyperlegible Bold";
|
font-family: "Atkinson Hyperlegible Bold";
|
||||||
margin-top: 1.3em;
|
margin-top: 1.3em;
|
||||||
|
line-height: 1em;
|
||||||
}
|
}
|
||||||
:root > h1 {
|
:root > h1 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user