fix(markdown): fix line breaks

fixes #214
This commit is contained in:
Paul
2021-11-04 14:33:59 +00:00
parent 20590641bc
commit 112a6f5497
2 changed files with 41 additions and 0 deletions

View File

@@ -52,6 +52,17 @@
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
&:not(:first-child) {
margin-top: 12px;
}
}
ul,
ol {
list-style-position: inside;