From 2cf78229c0a9c2b664bbe3b86b0fd46bfab64918 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Tue, 12 Nov 2024 07:29:53 -0700 Subject: [PATCH] Merge pull request #21768 from overleaf/mf-checkout-page-form-header [web] Checkout page main header text GitOrigin-RevId: 440e5e32c0377dcfeb1c3f466a47ea0b21517d31 --- .../bootstrap-5/pages/subscription.scss | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 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 b6f8e6d351..492f06d9c5 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -185,8 +185,21 @@ } } - .payment-right-section { + .payment-checkout { padding: var(--spacing-08); + width: 408px; + + @include media-breakpoint-down(lg) { + width: 100%; + } + + h1 { + @include heading-md; + } + + .student-disclaimer { + @include body-sm; + } } }