mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Added a breakpoint for tier price
refs https://github.com/TryGhost/Team/issues/1726
This commit is contained in:
parent
cb35a2b532
commit
34f805fcb4
1 changed files with 5 additions and 0 deletions
|
@ -782,6 +782,11 @@ const MobileStyles = `
|
|||
.gh-portal-btn-primary {
|
||||
height: 42px;
|
||||
}
|
||||
|
||||
.gh-portal-product-price .amount {
|
||||
font-size: 32px;
|
||||
letter-spacing: -0.022em;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 960px) {
|
||||
|
|
Loading…
Add table
Reference in a new issue