adding a 2rem margin-top to h2, h3 & h4 titles

This commit is contained in:
OniriCorpe 2024-06-28 23:40:13 +02:00
parent a5b05ec5a3
commit d792a93337

View file

@ -64,6 +64,12 @@ h4::before {
content: "#### ";
}
h2,
h3,
h4 {
margin-top: 2rem
}
blockquote p::before,
blockquote br::after {
content: "> ";