diff --git a/client/my-sites/plan-features-2023-grid/style.scss b/client/my-sites/plan-features-2023-grid/style.scss index 3e013e29f39301..6394d5bdcdfefd 100644 --- a/client/my-sites/plan-features-2023-grid/style.scss +++ b/client/my-sites/plan-features-2023-grid/style.scss @@ -341,6 +341,10 @@ $mobile-card-max-width: 440px; &.has-3-cols { max-width: $table-cell-max-width * 3; } + + &.has-4-cols { + max-width: $table-cell-max-width * 4; + } } .plan-features-2023-grid__table-bottom .plan-features-2023-grid__table { @@ -1102,6 +1106,11 @@ body.is-section-signup.is-white-signup .is-onboarding-2023-pricing-grid .signup_ @include plan-comparison-grid-breakpoints; } +.is-section-stepper .plan-features-2023-grid__plan-comparison-grid-container { + margin: auto; + @include plan-comparison-grid-breakpoints; +} + .formatted-header { margin-bottom: 0; }