Skip to content

Commit

Permalink
DIGITALAG-11 Modified width on content images.
Browse files Browse the repository at this point in the history
The margin was pushing images outside of available space. Reducing the
max-width to accommodate the margins keeps everything together.
  • Loading branch information
sacarney committed Mar 2, 2017
1 parent 06253dd commit 17647c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ figure .insert-default-image-styling + figcaption {

.region-content img {
height: auto !important;
max-width: 100%;
max-width: calc(100% - 1rem);
margin: 0.5rem;
}

Expand Down

0 comments on commit 17647c2

Please sign in to comment.