Skip to content

Commit

Permalink
#15254 - don't force max-width on all images, add image-align-center …
Browse files Browse the repository at this point in the history
…CSS class
  • Loading branch information
ryanttb committed Feb 20, 2018
1 parent c9a5d3b commit fcfa94c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/assets/stylesheets/refinery_bulletin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@

#body {
img {
height: auto;
width: 100%;
}

img.image-align-center {
display: block;
margin: 0 auto;
max-width: 480px;
height: auto;
width: 100%;
}

.aside {
Expand Down

0 comments on commit fcfa94c

Please sign in to comment.