Commit 0bf6aae7247f7a082dc4b0ca63469973a9d5a25c
Committed by
Antonio Terceiro
1 parent
b2c59ab0
Exists in
master
and in
29 other branches
Limiting size of image on article
(ActionItem1496)
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
@@ -1172,6 +1172,10 @@ a.comment-picture { | @@ -1172,6 +1172,10 @@ a.comment-picture { | ||
1172 | display: inline; | 1172 | display: inline; |
1173 | } | 1173 | } |
1174 | 1174 | ||
1175 | +#content #article .article-body img { | ||
1176 | + max-width: 100%; | ||
1177 | +} | ||
1178 | + | ||
1175 | /* NOT PUBLISHED BLOG POSTS */ | 1179 | /* NOT PUBLISHED BLOG POSTS */ |
1176 | 1180 | ||
1177 | .blog-post.not-published { | 1181 | .blog-post.not-published { |