Skip to content

Commit

Permalink
Merge pull request #82 from freerange/fix-responsiveness-for-images-i…
Browse files Browse the repository at this point in the history
…n-blog-posts

Fix responsiveness for images in blog posts
  • Loading branch information
floehopper committed Oct 25, 2017
2 parents bbf4dd5 + 8208b13 commit ae5ba9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/screen.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,10 @@ body.blog, body.wiki {

.content {
padding-top: 0.7em;

img {
max-width: 100%;
}
}

.author {
Expand Down

0 comments on commit ae5ba9c

Please sign in to comment.