mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Updated spacing between header and feature image in email preview
Refs https://github.com/TryGhost/Team/issues/2699
This commit is contained in:
parent
4cc7d7d6d1
commit
9667ec2eea
1 changed files with 3 additions and 3 deletions
|
@ -1981,15 +1981,15 @@ p.gh-members-import-errordetail:first-of-type {
|
|||
|
||||
.gh-members-emailpreview-header-image img {
|
||||
display: block;
|
||||
margin: 12px auto 0;
|
||||
margin: 16px auto 0;
|
||||
}
|
||||
|
||||
.gh-members-emailpreview-header-image + .gh-members-emailpreview-featureimage {
|
||||
margin-top: 12px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.gh-members-emailpreview-featureimage:first-child {
|
||||
margin-top: 12px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.gh-members-emailpreview-header {
|
||||
|
|
Loading…
Add table
Reference in a new issue