0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Minor refinements on upgrade plan UI

This commit is contained in:
Peter Zimon 2021-08-19 16:59:29 +02:00
parent 5b0029b666
commit 3f66165bca

View file

@ -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 {