From 9667ec2eea56d9292a84b6dbabd9e055b214869b Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Wed, 15 Mar 2023 10:34:51 +0100 Subject: [PATCH] Updated spacing between header and feature image in email preview Refs https://github.com/TryGhost/Team/issues/2699 --- ghost/admin/app/styles/layouts/members.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/admin/app/styles/layouts/members.css b/ghost/admin/app/styles/layouts/members.css index 35435679aa..eda6e612ea 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: 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 {