Fix h1 margin

This commit is contained in:
Marcus Noble 2021-02-21 11:04:01 +00:00
parent 1fc26bfdfe
commit a96a43f9ec
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class FeedItem extends HTMLElement {
h1, h2, h3, h4 {
margin-top: 1.3em;
}
h1:first-of-type {
:root > h1 {
margin-top: 0;
}
p, a {