diff --git a/ghost/portal/src/components/common/ProductsSection.js b/ghost/portal/src/components/common/ProductsSection.js index 4b792f0f32..acb57010bd 100644 --- a/ghost/portal/src/components/common/ProductsSection.js +++ b/ghost/portal/src/components/common/ProductsSection.js @@ -210,7 +210,7 @@ export const ProductsSectionStyles = ({site}) => { align-self: flex-start; font-size: 2.7rem; font-weight: 700; - line-height: 1.115em; + line-height: 1.135em; } .gh-portal-product-price .currency-sign.long { diff --git a/ghost/portal/src/components/pages/OfferPage.js b/ghost/portal/src/components/pages/OfferPage.js index 24ba8e1a5c..2b98009507 100644 --- a/ghost/portal/src/components/pages/OfferPage.js +++ b/ghost/portal/src/components/pages/OfferPage.js @@ -470,7 +470,6 @@ export default class OfferPage extends React.Component {
{getCurrencySymbol(price.currency)} {formatNumber(this.renderRoundedPrice(updatedPrice))} - /year
{this.renderOfferMessage({offer, product})}