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:
parent
928340c42b
commit
bd25c0cc6e
2 changed files with 15 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue