From 56b7410983e5cd8bedf42be7a52d7e0a9cc4d8ba Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Tue, 11 Feb 2020 18:23:45 -0500 Subject: [PATCH] Fix dev shop logos style (#6028) [deploy] --- app/assets/stylesheets/articles.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;