0
Fork 0
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:
Djordje Vlaisavljevic 2022-08-11 17:22:48 +02:00
parent cb35a2b532
commit 34f805fcb4

View file

@ -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) {