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:
parent
4d670e0fe7
commit
a496c4fd19
1 changed files with 1 additions and 1 deletions
|
@ -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%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue