From 3f66165bca0987d5862fd380a31031b59c6deb81 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Thu, 19 Aug 2021 16:59:29 +0200 Subject: [PATCH] Minor refinements on upgrade plan UI --- ghost/portal/src/components/common/ProductsSection.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghost/portal/src/components/common/ProductsSection.js b/ghost/portal/src/components/common/ProductsSection.js index 7b90712cf6..c53dbf48bc 100644 --- a/ghost/portal/src/components/common/ProductsSection.js +++ b/ghost/portal/src/components/common/ProductsSection.js @@ -450,14 +450,17 @@ export const ProductsSectionStyles = ({site}) => { /* Upgrade and change plan*/ .gh-portal-upgrade-product { + margin-top: -70px; margin-bottom: 32px; + padding-top: 60px; + padding-bottom: 32px; } .gh-portal-upgrade-product .gh-portal-products-grid { grid-template-columns: unset; grid-gap: 20px; width: 100%; - padding: 32px 0; + padding: 32px 0 0; } .gh-portal-upgrade-product .gh-portal-product-card {