From 868be19e45dc7f9e28ab25b4e8ebf40e99700388 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Fri, 19 Jul 2024 05:48:31 +0700 Subject: [PATCH] Reduce spacing between FAQ heading text and FAQ content GitOrigin-RevId: c4ca73f5651f56f8565069f54417f55ef26700a8 --- .../web/frontend/stylesheets/app/plans/plans-new-design.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dd0bc9165d..6c1b649f4c 100644 --- a/services/web/frontend/stylesheets/app/plans/plans-new-design.less +++ b/services/web/frontend/stylesheets/app/plans/plans-new-design.less @@ -827,7 +827,7 @@ .plans-faq { .faq-heading-container { text-align: center; - margin-bottom: var(--spacing-13); + margin-bottom: var(--spacing-10); @media (max-width: @screen-xs-max) { text-align: unset;