From b1ec6dda3552308884ddc1a0e5e7528287e08ab9 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Fri, 29 Nov 2024 07:53:31 -0700 Subject: [PATCH] Merge pull request #22199 from overleaf/mf-new-checkout-reduce-payment-container-top-padding [web] Reduce top padding from 64px to 24px on new checkout page GitOrigin-RevId: 018613057c08d57e967145f570e76b289b450985 --- .../frontend/stylesheets/bootstrap-5/pages/subscription.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss index d8ecccd2fe..f8b065743a 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -140,7 +140,7 @@ } .payment-container { - padding-top: var(--spacing-13); + padding-top: var(--spacing-08); display: flex; gap: var(--spacing-10); justify-content: center;