0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Fixed offer title and offer terms overlap

refs https://github.com/TryGhost/Team/issues/1726
This commit is contained in:
Djordje Vlaisavljevic 2022-08-11 14:17:49 +02:00
parent 4d670e0fe7
commit a496c4fd19

View file

@ -48,7 +48,7 @@ export const OfferPageStyles = ({site}) => {
.gh-portal-offer-title h4 {
font-size: 1.8rem;
margin: 0 80px 0 0;
margin: 0 110px 0 0;
width: 100%;
}