🐛 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:
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
|
@ -2057,6 +2057,7 @@ Usage (In Ghost editor):
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-full-content .kg-image {
|
.post-full-content .kg-image {
|
||||||
|
margin: 0 auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue