From 34f805fcb40d85de51287cdcf0b850c2719f7616 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Thu, 11 Aug 2022 17:22:48 +0200 Subject: [PATCH] Added a breakpoint for tier price refs https://github.com/TryGhost/Team/issues/1726 --- ghost/portal/src/components/Frame.styles.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghost/portal/src/components/Frame.styles.js b/ghost/portal/src/components/Frame.styles.js index a99db8b789..323a13c611 100644 --- a/ghost/portal/src/components/Frame.styles.js +++ b/ghost/portal/src/components/Frame.styles.js @@ -782,6 +782,11 @@ const MobileStyles = ` .gh-portal-btn-primary { height: 42px; } + + .gh-portal-product-price .amount { + font-size: 32px; + letter-spacing: -0.022em; + } } @media (max-width: 960px) {