Browse Source

Minor style tweaks

Angus McLeod 7 years ago
parent
commit
82f99d9dec

+ 6 - 2
assets/stylesheets/wizard/wizard_custom.scss

@@ -16,7 +16,8 @@
 
   .wizard-step-description {
     line-height: 1.7;
-    margin: 1em 0;
+    margin-top: 0;
+    margin-bottom: 1em;
     flex: 0;
 
     i {
@@ -112,8 +113,11 @@
 
   .wizard-column .wizard-step-banner {
     width: initial;
-    max-height: 300px;
     margin-bottom: 0;
+
+    img {
+      max-height: 300px;
+    }
   }
 
   .control-group {

+ 1 - 2
assets/stylesheets/wizard/wizard_custom_mobile.scss

@@ -25,9 +25,8 @@
     }
   }
 
-  .wizard-step-banner {
+  .wizard-step-banner img {
     max-height: 250px !important;
-    width: initial !important;
   }
 
   .control-group {