summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-10-28 00:56:49 +0100
committerFlorian Orben <florian.orben@gmail.com>2015-10-28 01:23:02 +0100
commit2c9c2dfad16fc1a967bebfd2f79d31a27e8aca91 (patch)
tree9bceb562230e0229bdb2ce81542f6bb2b21cb5d9 /web
parentede80afe4cce19b4c561f028220ccc21f2581605 (diff)
downloadchat-2c9c2dfad16fc1a967bebfd2f79d31a27e8aca91.tar.gz
chat-2c9c2dfad16fc1a967bebfd2f79d31a27e8aca91.tar.bz2
chat-2c9c2dfad16fc1a967bebfd2f79d31a27e8aca91.zip
Change post paragraphs' line heights and margins for better readability
Diffstat (limited to 'web')
-rw-r--r--web/sass-files/sass/partials/_post.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 3fac1fed9..a53e2dd62 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -397,7 +397,8 @@ body.ios {
padding: 0;
}
p {
- margin: 0 0 5px;
+ margin: 0 0 1em;
+ line-height: 1.6em;
font-size: 0.97em;
white-space: pre-wrap;
}