From 146f5881f75cb633c6fa47ca3f76d8d1f18e369c Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 1 Dec 2022 15:54:27 -0300 Subject: [PATCH] Adjustments to the layout of the welcome wizard layout [MAILPOET-4819] --- .../css/src/components-plugin/_welcome-wizard.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mailpoet/assets/css/src/components-plugin/_welcome-wizard.scss b/mailpoet/assets/css/src/components-plugin/_welcome-wizard.scss index ee3acf37ad..7bf4ab736d 100644 --- a/mailpoet/assets/css/src/components-plugin/_welcome-wizard.scss +++ b/mailpoet/assets/css/src/components-plugin/_welcome-wizard.scss @@ -35,6 +35,7 @@ align-items: center; display: flex; justify-content: center; + margin-top: 8px; @include respond-to(medium-screen) { flex-direction: column; @@ -42,7 +43,7 @@ } .mailpoet-wizard-step-illustration { - margin-right: $grid-gap; + margin-right: $grid-gap-xl; max-width: $grid-column; text-align: center; width: 100%; @@ -63,12 +64,16 @@ } .mailpoet-wizard-step-content { - max-width: $grid-column-small + $grid-gap + $grid-column; + max-width: 480px; width: 100%; @include respond-to(medium-screen) { max-width: $grid-column; } + + .mailpoet-button { + height: 36px; + } } .mailpoet-wizard-label {