diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 1f9a1407682..defb36e6a28 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -458,7 +458,12 @@ iframe { border-top: 1px solid #ddd; padding-top: 30px; - img { text-align: center; } + img { + text-align: center; + width: 45px; + height: 45px; + } + .contents { text-align: center;} h3 { display: block; }