0
Fork 0
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:
Peter Zimon 2020-01-21 13:21:45 +01:00
parent 13c87c687f
commit a8b272cbd8

View file

@ -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;