diff --git a/ghost/admin/app/styles/layouts/members.css b/ghost/admin/app/styles/layouts/members.css index 6731524aad..9b31e65090 100644 --- a/ghost/admin/app/styles/layouts/members.css +++ b/ghost/admin/app/styles/layouts/members.css @@ -1981,15 +1981,15 @@ p.gh-members-import-errordetail:first-of-type { .gh-members-emailpreview-header-image img { display: block; - margin: 16px auto 0; + margin: 24px auto 0; } .gh-members-emailpreview-header-image + .gh-members-emailpreview-featureimage { - margin-top: 16px; + margin-top: 24px; } .gh-members-emailpreview-featureimage:first-child { - margin-top: 16px; + margin-top: 24px; } .gh-members-emailpreview-header { @@ -2140,11 +2140,11 @@ p.gh-members-import-errordetail:first-of-type { } .gh-members-emailpreview-content:first-child { - margin-top: 40px; + margin-top: 52px; } .gh-members-emailpreview-header-image + .gh-members-emailpreview-content { - margin-top: 40px; + margin-top: 52px; } .gh-members-emailpreview-content p { diff --git a/ghost/email-service/lib/email-templates/partials/styles.hbs b/ghost/email-service/lib/email-templates/partials/styles.hbs index 8d87cc7479..94fb518a78 100644 --- a/ghost/email-service/lib/email-templates/partials/styles.hbs +++ b/ghost/email-service/lib/email-templates/partials/styles.hbs @@ -280,7 +280,7 @@ figure blockquote p { } .header-image { - padding-top: 16px; + padding-top: 24px; } .site-icon { @@ -383,7 +383,7 @@ figure blockquote p { } .feature-image-row:first-child > td { - padding-top: 16px; + padding-top: 24px; } .feature-image { @@ -423,7 +423,7 @@ figure blockquote p { } .post-content-row:first-child > td, .header-image-row + .post-content-row > td { - padding-top: 40px; + padding-top: 52px; } .post-content a,