Don't use negative margins for spacing in markdown preview

This commit is contained in:
Matt Bierner 2020-08-03 12:27:32 -07:00
parent adfcf950b5
commit bd11c7f95a

View file

@ -128,21 +128,12 @@ textarea:focus {
}
p {
margin-bottom: 1.5em;
}
li > p {
margin-bottom: 0;
}
/* don't space 2 paragraphs too far apart */
p + p {
margin-top: -0.8em;
margin-bottom: 0.7em;
}
ul,
ol {
margin-bottom: 1.5em;
margin-bottom: 0.7em;
}
hr {