Skip to content

Commit bffaf2a

Browse files
committed
fix(css): center images
1 parent f3ac4da commit bffaf2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/ui/static/css/common.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,8 @@ article.category-has-unread {
10621062

10631063
.entry-content img {
10641064
height: auto;
1065+
display: block;
1066+
margin: auto;
10651067
}
10661068

10671069
.entry-content figure {

0 commit comments

Comments
 (0)