mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
Added spacing and center aligned email header image in preview
This commit is contained in:
parent
b933a5e82f
commit
dab8f44499
@ -1415,6 +1415,11 @@ p.gh-members-import-errordetail:first-of-type {
|
|||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-members-emailpreview-header-image img {
|
||||||
|
display: block;
|
||||||
|
margin: 12px auto 0;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-members-emailpreview-header {
|
.gh-members-emailpreview-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user