diff --git a/ghost/portal/src/components/Frame.styles.js b/ghost/portal/src/components/Frame.styles.js index 3efd5537f6..defdd25514 100644 --- a/ghost/portal/src/components/Frame.styles.js +++ b/ghost/portal/src/components/Frame.styles.js @@ -824,10 +824,6 @@ const MobileStyles = ` margin-bottom: 16px; } - .gh-portal-content { - padding: 24px; - } - .gh-portal-popup-container footer { padding-right: 24px; padding-bottom: 24px; diff --git a/ghost/portal/src/components/common/ProductsSection.js b/ghost/portal/src/components/common/ProductsSection.js index 8b8c75972c..0c0e456760 100644 --- a/ghost/portal/src/components/common/ProductsSection.js +++ b/ghost/portal/src/components/common/ProductsSection.js @@ -373,7 +373,22 @@ export const ProductsSectionStyles = ({site}) => { .gh-portal-product-price .amount { font-size: 3.4rem; } + + .gh-portal-product-card { + min-width: unset; + } } + + @media (max-width: 370px) { + .gh-portal-product-price .currency-sign { + font-size: 1.8rem; + } + + .gh-portal-product-price .amount { + font-size: 2.8rem; + } + } + /* Upgrade and change plan*/ .gh-portal-upgrade-product {