UX: increase mobile line height for readability

This commit is contained in:
Sam 2016-08-05 09:22:54 +10:00
parent e5b529f8e1
commit 9b011cb75d
1 changed files with 1 additions and 0 deletions

View File

@ -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 {