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 05a0daef4f..74d1ad79f3 100644 --- a/services/web/frontend/stylesheets/app/plans/plans-new-design.less +++ b/services/web/frontend/stylesheets/app/plans/plans-new-design.less @@ -1011,3 +1011,13 @@ } } } + +.plans-new-design.plans-interstitial-new-design { + padding-top: calc(var(--spacing-13) + var(--header-height)); + + .plans-interstitial-new-content { + display: flex; + flex-direction: column; + align-items: center; + } +}