diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 89c505f358f..52db9ca6a6f 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -1004,7 +1004,7 @@ a.attachment:before { .post-info { display: inline-block; float: right; - font-size: 12px; + font-size: 13px; margin-top: 1px; a {color: scale-color($primary, $lightness: 50%);} } diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 962691d38dc..068018ff977 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -475,7 +475,7 @@ span.highlighted { } .post-info { float: right; - font-size: 12px; + font-size: 13px; margin: 4px 10px 0 0; .edits { margin-right: 5px; } }