diff --git a/assets/stylesheets/wizard/wizard_custom.scss b/assets/stylesheets/wizard/wizard_custom.scss index 7bac259c..8c8b0e67 100644 --- a/assets/stylesheets/wizard/wizard_custom.scss +++ b/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 { diff --git a/assets/stylesheets/wizard/wizard_custom_mobile.scss b/assets/stylesheets/wizard/wizard_custom_mobile.scss index 337bd199..4014c92c 100644 --- a/assets/stylesheets/wizard/wizard_custom_mobile.scss +++ b/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 {