Fix to much padding for first headline in blog post

This commit is contained in:
Daniel Siepmann 2020-01-10 16:24:01 +01:00
parent c6365e6b4a
commit 7db37e3c8b

View file

@ -65,6 +65,7 @@ article {
}
}
main > article > main > h2:first-of-type,
main > section > h2:first-of-type,
main article h1 {
padding-top: 0;