fix: remove margin in post headings
This commit is contained in:
parent
2f06b0443a
commit
8be68b4311
1 changed files with 6 additions and 0 deletions
|
@ -91,6 +91,12 @@
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
article.tl h1,
|
||||||
|
article.tl h2,
|
||||||
|
article.tl h3 {
|
||||||
|
margin-top: .1em;
|
||||||
|
margin-bottom: .1em;
|
||||||
|
}
|
||||||
article p {
|
article p {
|
||||||
margin: 0 0 0 .5em;
|
margin: 0 0 0 .5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue