From a6ce928bc619b699cfe031a0d0d60f3ec0047815 Mon Sep 17 00:00:00 2001 From: decabeza Date: Mon, 25 Jun 2018 18:44:29 +0200 Subject: [PATCH] Fixes images size on help pages --- app/assets/stylesheets/layout.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 {