mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 20:03:15 +08:00
slightly increase mobile post body font size
This commit is contained in:
parent
05c1adf718
commit
138e2071c5
|
@ -375,6 +375,7 @@ span.post-count {
|
|||
// this prevents image overflow on deeply nested blockquotes, lists, etc
|
||||
.cooked {
|
||||
overflow: hidden;
|
||||
font-size: $base-font-size + 1; /* let's bump post body font size on mobile slightly */
|
||||
}
|
||||
|
||||
.moderator .topic-body {
|
||||
|
|
Loading…
Reference in New Issue
Block a user