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:
parent
f3ac4dacf6
commit
bffaf2ab51
1 changed files with 2 additions and 0 deletions
|
@ -1062,6 +1062,8 @@ article.category-has-unread {
|
|||
|
||||
.entry-content img {
|
||||
height: auto;
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.entry-content figure {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue