Fix image inside a figure not centered

This commit is contained in:
ekzyis 2025-05-30 01:34:18 -05:00
parent 9cd151a5e1
commit b954c967c1

View File

@ -88,7 +88,7 @@
padding-bottom: 15px;
}
.post-content>p>img {
.post-content img {
margin: auto;
max-height: 70vh;
}