Skip to content

Commit

Permalink
Blog onboarding: fix plan step width (#77594)
Browse files Browse the repository at this point in the history
* Blog onboarding: fix plan step width

* Fix plan comparison chart width
  • Loading branch information
candy02058912 authored and pull[bot] committed Nov 24, 2023
1 parent 83d966f commit 5881727
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/my-sites/plan-features-2023-grid/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 5881727

Please sign in to comment.