From 424e98a81b852dfcd6580ad6f403e4a161be9535 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Thu, 11 Aug 2022 18:37:30 +0200 Subject: [PATCH] Updated spacing refs https://github.com/TryGhost/Team/issues/1726 --- ghost/portal/src/components/common/ProductsSection.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/portal/src/components/common/ProductsSection.js b/ghost/portal/src/components/common/ProductsSection.js index 3c3a21c031..946243b1bc 100644 --- a/ghost/portal/src/components/common/ProductsSection.js +++ b/ghost/portal/src/components/common/ProductsSection.js @@ -250,7 +250,8 @@ export const ProductsSectionStyles = ({site}) => { display: block; font-size: 1.5rem; color: var(--grey5); - margin-top: 8px; + margin-top: 6px; + margin-bottom: 6px; line-height: 1; }