diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss index beb34569a3..a6859f222b 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -253,6 +253,12 @@ @include body-sm; } + .paypal-disclaimer { + @include body-sm; + + margin: var(--spacing-05) 0 0 0; + } + .form-group { &:not(.payment-method-toggle) { margin-bottom: var(--spacing-05);