Merge pull request #2085 from hmhealey/plt1896

PLT-1896 Added more space between adjacent markdown paragraphs
This commit is contained in:
Christopher Speller
2016-02-05 10:33:09 -05:00

View File

@@ -663,6 +663,10 @@ body.ios {
margin: 0 0 0.4em;
}
p + p {
margin-top: 1.4em;
}
img {
max-height: 400px;
}