diff --git a/ghost/portal/src/components/pages/OfferPage.js b/ghost/portal/src/components/pages/OfferPage.js index de92f84247..d1524f2ab5 100644 --- a/ghost/portal/src/components/pages/OfferPage.js +++ b/ghost/portal/src/components/pages/OfferPage.js @@ -122,6 +122,14 @@ export const OfferPageStyles = ({site}) => { .gh-portal-offer-details p { margin-bottom: 12px; } + +.offer .after-trial-amount { + margin-bottom: 0; +} + +.offer .trial-duration { + margin-top: 16px; +} `; }; @@ -442,6 +450,7 @@ export default class OfferPage extends React.Component { } return (
{this.getOffAmount({offer})} off {durationLabel}. {renewsLabel}
+ //Then $5/month
); } @@ -473,6 +482,9 @@ export default class OfferPage extends React.Component { {getCurrencySymbol(price.currency)} {formatNumber(this.renderRoundedPrice(updatedPrice))} + {/*