From 6383be7e097f81f08ea8869bfe96cee89cfab1c6 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Fri, 26 Jan 2018 10:47:10 +0800 Subject: [PATCH] Slightly reduce size of small images in wizard --- assets/stylesheets/wizard/wizard_custom.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/wizard/wizard_custom.scss b/assets/stylesheets/wizard/wizard_custom.scss index 9768731b..532d8a14 100644 --- a/assets/stylesheets/wizard/wizard_custom.scss +++ b/assets/stylesheets/wizard/wizard_custom.scss @@ -40,8 +40,8 @@ &.group { padding: 0; margin: 0; - width: 140px; - height: 140px; + width: 130px; + height: 130px; } } @@ -51,7 +51,7 @@ } img.small { - width: 110; + width: 100; padding: 15px; }