UX: increase mobile line height for readability
This commit is contained in:
parent
e5b529f8e1
commit
9b011cb75d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue