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:
parent
5b0029b666
commit
3f66165bca
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue