1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

fix(css): center images

This commit is contained in:
jvoisin 2025-07-30 14:09:19 +02:00
parent f3ac4dacf6
commit bffaf2ab51

View file

@ -1062,6 +1062,8 @@ article.category-has-unread {
.entry-content img { .entry-content img {
height: auto; height: auto;
display: block;
margin: auto;
} }
.entry-content figure { .entry-content figure {