we need a bit more top-margin on h1,h2,h3
This commit is contained in:
parent
cb446dd163
commit
142e39f5f3
|
@ -472,7 +472,7 @@ div.ac-wrap {
|
|||
|
||||
// set up proper header margins in post preview
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 20px 0 10px;
|
||||
margin: 30px 0 10px;
|
||||
}
|
||||
}
|
||||
#wmd-input {
|
||||
|
|
|
@ -523,7 +523,7 @@ iframe {
|
|||
margin-top: 15px;
|
||||
word-wrap: break-word;
|
||||
|
||||
h1, h2, h3, h4, h5, h6 { margin: 20px 0 10px; }
|
||||
h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; }
|
||||
li p {margin: 3px 0;}
|
||||
|
||||
}
|
||||
|
|
|
@ -400,7 +400,7 @@ div.ac-wrap {
|
|||
|
||||
// set up proper header margins in post preview
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 20px 0 10px;
|
||||
margin: 30px 0 10px;
|
||||
}
|
||||
}
|
||||
#wmd-input {
|
||||
|
|
Loading…
Reference in New Issue