mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UX: increase mobile line height for readability
This commit is contained in:
parent
e5b529f8e1
commit
9b011cb75d
@ -376,6 +376,7 @@ span.post-count {
|
|||||||
.cooked {
|
.cooked {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: $base-font-size + 1; /* let's bump post body font size on mobile slightly */
|
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 {
|
.moderator .topic-body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user