diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss index 9b5c4dff95..d8ecccd2fe 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -239,6 +239,11 @@ width: 100%; } + @include media-breakpoint-down(xs) { + padding-left: 0; + padding-right: 0; + } + .address-line-1-tooltip { font-size: var(--font-size-03); }