Skip to content

Commit

Permalink
Merge pull request #94 from isubit/DIGITALAG-11
Browse files Browse the repository at this point in the history
DIGITALAG-11 Modified width on content images.
  • Loading branch information
angelamnr authored Mar 6, 2017
2 parents 06253dd + 17647c2 commit 44808aa
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 44808aa

Please sign in to comment.