summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-05 10:33:09 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-05 10:33:09 -0500
commit5f1257bb89b148304c32dd191b3738cf0d629bfd (patch)
treec81123352623d9545fb085605a7a84549912c935 /web
parentfc6f38707623c23cb2a976c596fe2192921d4dbd (diff)
parentdb38e6938d1784c17d04aa143dffc40390204480 (diff)
downloadchat-5f1257bb89b148304c32dd191b3738cf0d629bfd.tar.gz
chat-5f1257bb89b148304c32dd191b3738cf0d629bfd.tar.bz2
chat-5f1257bb89b148304c32dd191b3738cf0d629bfd.zip
Merge pull request #2085 from hmhealey/plt1896
PLT-1896 Added more space between adjacent markdown paragraphs
Diffstat (limited to 'web')
-rw-r--r--web/sass-files/sass/partials/_post.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index aba58eed6..b0fbf00aa 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -663,6 +663,10 @@ body.ios {
margin: 0 0 0.4em;
}
+ p + p {
+ margin-top: 1.4em;
+ }
+
img {
max-height: 400px;
}