mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-25 02:31:59 -05:00
🐛 Fixed small image alignment for newsletters
no refs. - fixed image alignment to be center for images smaller than newsletter content width
This commit is contained in:
parent
13c87c687f
commit
a8b272cbd8
1 changed files with 6 additions and 0 deletions
|
@ -241,6 +241,7 @@ figcaption {
|
|||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
||||
font-size: 14px;
|
||||
padding-top: 5px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
code {
|
||||
|
@ -364,6 +365,11 @@ figure blockquote p {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
.kg-image-card img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.kg-bookmark-container {
|
||||
display: flex;
|
||||
min-height: 148px;
|
||||
|
|
Loading…
Add table
Reference in a new issue