0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed mobile size bugs

This commit is contained in:
Peter Zimon 2022-03-28 12:48:06 +02:00
parent 928340c42b
commit bd25c0cc6e
2 changed files with 15 additions and 4 deletions

View file

@ -824,10 +824,6 @@ const MobileStyles = `
margin-bottom: 16px;
}
.gh-portal-content {
padding: 24px;
}
.gh-portal-popup-container footer {
padding-right: 24px;
padding-bottom: 24px;

View file

@ -373,7 +373,22 @@ export const ProductsSectionStyles = ({site}) => {
.gh-portal-product-price .amount {
font-size: 3.4rem;
}
.gh-portal-product-card {
min-width: unset;
}
}
@media (max-width: 370px) {
.gh-portal-product-price .currency-sign {
font-size: 1.8rem;
}
.gh-portal-product-price .amount {
font-size: 2.8rem;
}
}
/* Upgrade and change plan*/
.gh-portal-upgrade-product {