0
Fork 0
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:
Sanne de Vries 2023-03-15 10:34:51 +01:00
parent 4cc7d7d6d1
commit 9667ec2eea

View file

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