diff --git a/services/web/frontend/stylesheets/app/plans/plans-new-design.less b/services/web/frontend/stylesheets/app/plans/plans-new-design.less index c8676ba922..99287dd200 100644 --- a/services/web/frontend/stylesheets/app/plans/plans-new-design.less +++ b/services/web/frontend/stylesheets/app/plans/plans-new-design.less @@ -801,24 +801,13 @@ } } - .plans-card-cta-container-monthly-annual { + .plans-card-cta-container { margin-top: var(--spacing-08); - .plans-card-cta-buttons-container { - a:nth-child(2) { - margin-top: var(--spacing-04); - } + + .btn-block + .btn-block { + margin-top: var(--spacing-04); } } - - .group-members-picker-container-mobile { - margin-top: var(--spacing-08); - } - - .plans-card-cta-buy-now-mobile { - width: 100%; - margin-top: var(--spacing-08); - line-height: var(--line-height-03); - } } } }