fix: add bigger margin before h2

This commit is contained in:
2022-10-18 18:26:27 +02:00
parent 3b3e37aa35
commit d211e28aa5

View File

@@ -149,6 +149,9 @@ hr {
margin: 4rem 15vw;
}
p + h2 {
margin-top: .5rem;
}
figure + h2,
pre + h2 {
margin-top: 2rem;