slightly increase mobile post body font size

This commit is contained in:
Jeff Atwood 2016-08-01 16:23:35 -07:00
parent 05c1adf718
commit 138e2071c5

View file

@ -375,6 +375,7 @@ span.post-count {
// this prevents image overflow on deeply nested blockquotes, lists, etc // this prevents image overflow on deeply nested blockquotes, lists, etc
.cooked { .cooked {
overflow: hidden; overflow: hidden;
font-size: $base-font-size + 1; /* let's bump post body font size on mobile slightly */
} }
.moderator .topic-body { .moderator .topic-body {