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

Minor mobile refinements

This commit is contained in:
Peter Zimon 2021-06-11 16:29:51 +02:00
parent a4afeba183
commit 298ada96a2
2 changed files with 9 additions and 1 deletions

View file

@ -299,7 +299,7 @@ const FrameStyles = `
@media (max-width: 480px) {
.gh-portal-popup-wrapper.fullscreen .gh-portal-popup-container.preview {
max-height: 620px;
max-height: 640px;
}
}

View file

@ -163,6 +163,7 @@ export const ProductsSectionStyles = `
@media (max-width: 480px) {
.gh-portal-products {
margin: 0 -32px;
background: none;
}
.gh-portal-products-grid {
@ -170,6 +171,10 @@ export const ProductsSectionStyles = `
grid-gap: 20px;
padding: 32px 0;
}
.gh-portal-products-priceswitch {
padding-top: 18px;
}
.gh-portal-product-card {
display: grid;
@ -178,6 +183,9 @@ export const ProductsSectionStyles = `
align-items: start;
min-height: unset;
padding: 12px 20px;
background: none;
border: 1px solid var(--grey12);
box-shadow: none;
}
.gh-portal-product-card-header {