mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
slightly increase mobile post body font size
This commit is contained in:
parent
05c1adf718
commit
138e2071c5
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue