summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-02-05 09:23:56 -0500
committerhmhealey <harrisonmhealey@gmail.com>2016-02-05 09:29:57 -0500
commitdb38e6938d1784c17d04aa143dffc40390204480 (patch)
treec6d5852c1d41f8769e5a1202b6179015f97e68b6 /web
parent8e79f12f3c6c0f8858addaf6f66ea6e88a965b65 (diff)
downloadchat-db38e6938d1784c17d04aa143dffc40390204480.tar.gz
chat-db38e6938d1784c17d04aa143dffc40390204480.tar.bz2
chat-db38e6938d1784c17d04aa143dffc40390204480.zip
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 77b66a1a8..b83b1666e 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;
}