From 9b011cb75dd350396f16d92f79a58045d9334cb2 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 5 Aug 2016 09:22:54 +1000 Subject: [PATCH] UX: increase mobile line height for readability --- app/assets/stylesheets/mobile/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 8a502a91aad..92c004d0640 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -376,6 +376,7 @@ span.post-count { .cooked { overflow: hidden; font-size: $base-font-size + 1; /* let's bump post body font size on mobile slightly */ + line-height: $base-line-height + 2; /* bump up line height to match increased font */ } .moderator .topic-body {