Skip to content

Commit

Permalink
Refactor [CMS7-288]: Refactor ArticleContent images
Browse files Browse the repository at this point in the history
[CMS7-288]
  • Loading branch information
Chris Brett committed Aug 6, 2018
1 parent d35d3c1 commit 2f21c49
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions libs/styles/modules/main-content.less
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,12 @@
}
}

.articleContent img {
height: auto;
border: 1px solid @blue-light;
border-radius: 2px;
}

.articleContent {
img {
border: 1px solid @blue-light;
border-radius: 2px;
}

img:not(.content-right) {
height: auto;
}
Expand Down

0 comments on commit 2f21c49

Please sign in to comment.