Added spacing and center aligned email header image in preview

This commit is contained in:
Sanne de Vries 2021-06-08 10:33:20 +02:00
parent 55ef8c0138
commit ac93490119
1 changed files with 5 additions and 0 deletions

View File

@ -1415,6 +1415,11 @@ p.gh-members-import-errordetail:first-of-type {
margin: 0 20px;
}
.gh-members-emailpreview-header-image img {
display: block;
margin: 12px auto 0;
}
.gh-members-emailpreview-header {
display: flex;
flex-direction: column;