Set line height for item headings

This commit is contained in:
Marcus Noble 2021-05-15 15:27:11 +01:00
부모 7613116bf3
커밋 ea8c2e4bbb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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