1
0
Fork 0

Set line height for item headings

Esse commit está contido em:
Marcus Noble 2021-05-15 15:27:11 +01:00
commit ea8c2e4bbb
1 arquivos alterados com 1 adições e 0 exclusões

Ver arquivo

@ -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;