🐛 Fixed image alignment for small images

refs. https://github.com/TryGhost/Casper/issues/517

- updated styles to center align small images with long caption text
This commit is contained in:
Peter Zimon 2020-03-03 17:29:34 +01:00
parent 1ec7a12d43
commit 74ae3d5140
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2057,6 +2057,7 @@ Usage (In Ghost editor):
}
.post-full-content .kg-image {
margin: 0 auto;
max-width: 100%;
}