From d4c648d79c6b2e2a04704e0a36d976e27c8a1436 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Tue, 8 Jun 2021 14:39:22 +0200 Subject: [PATCH] Fixed signup page pricing responsive layout bug --- ghost/portal/src/components/Frame.styles.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghost/portal/src/components/Frame.styles.js b/ghost/portal/src/components/Frame.styles.js index b24794c7d3..7a8076c182 100644 --- a/ghost/portal/src/components/Frame.styles.js +++ b/ghost/portal/src/components/Frame.styles.js @@ -693,6 +693,8 @@ const MobileStyles = ` } .gh-portal-plan-section { + display: grid; + padding: 12px 10px; grid-template-columns: 32px auto auto; grid-template-rows: auto auto; justify-items: start; @@ -711,6 +713,7 @@ const MobileStyles = ` grid-column: 3 / 4; grid-row: 1 / 3; justify-self: end; + align-items: center; margin: 0 4px 0 12px; }