adding a 2rem margin-top to h2, h3 & h4 titles
This commit is contained in:
parent
a5b05ec5a3
commit
d792a93337
1 changed files with 6 additions and 0 deletions
|
|
@ -64,6 +64,12 @@ h4::before {
|
||||||
content: "#### ";
|
content: "#### ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4 {
|
||||||
|
margin-top: 2rem
|
||||||
|
}
|
||||||
|
|
||||||
blockquote p::before,
|
blockquote p::before,
|
||||||
blockquote br::after {
|
blockquote br::after {
|
||||||
content: "> ";
|
content: "> ";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue