diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 3914f0fa7..1d772ad4b 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -413,11 +413,6 @@ a { text-transform: uppercase; } -figure img { - height: 100%; - width: 100%; -} - // 02. Header // ---------- @@ -2705,6 +2700,11 @@ table { z-index: 2; } } + + figure img { + height: 100%; + width: 100%; + } } .feeds-list {