style: add explicit margins to <p>

Or the copied HTML will contain the margin info of <p>.
This commit is contained in:
Le Tan 2018-03-06 19:33:27 +08:00
parent 69c14394ac
commit 113a1455de
3 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,8 @@ h1, h2, h3, h4, h5, h6 {
p {
padding: 0;
margin-top: 16px;
margin-bottom: 16px;
}
h1 {

View File

@ -18,6 +18,8 @@ h1, h2, h3, h4, h5, h6 {
p {
padding: 0;
margin-top: 16px;
margin-bottom: 16px;
}
h1 {

View File

@ -17,6 +17,8 @@ h1, h2, h3, h4, h5, h6 {
p {
padding: 0;
margin-top: 16px;
margin-bottom: 16px;
}
h1 {