diff --git a/app/assets/stylesheets/articles.scss b/app/assets/stylesheets/articles.scss index 075cba587..c21b163bf 100644 --- a/app/assets/stylesheets/articles.scss +++ b/app/assets/stylesheets/articles.scss @@ -1291,6 +1291,10 @@ } } } + &.widget-body--sponsorship-arbitrary img { + width: 100%; + border: 1px solid darken($light-gray, 4%); + } .sidebar-sponsor { margin: 25px auto 40px; width: 96%; @@ -1529,10 +1533,6 @@ opacity: 0.9; } } - & + .widget-body--sponsorship-arbitrary img { - width: 100%; - border: 1px solid darken($light-gray, 4%); - } .social-icon { width: 30px; height: 30px;