mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Fixed spacing between post title and metadata in email template
Refs https://github.com/TryGhost/Team/issues/2740
This commit is contained in:
parent
717ed114f4
commit
6821750a3a
@ -2080,7 +2080,7 @@ p.gh-members-import-errordetail:first-of-type {
|
||||
}
|
||||
|
||||
.gh-members-emailpreview-meta p {
|
||||
padding: 0 0 4px;
|
||||
padding: 0 0 8px;
|
||||
color: var(--midgrey);
|
||||
text-transform: none;
|
||||
}
|
||||
|
@ -330,7 +330,7 @@ figure blockquote p {
|
||||
}
|
||||
|
||||
.post-title {
|
||||
padding-bottom: 10px;
|
||||
padding-bottom: 16px;
|
||||
font-size: 42px;
|
||||
line-height: 1.1em;
|
||||
font-weight: 700;
|
||||
|
Loading…
Reference in New Issue
Block a user