Skip to content

Commit 7296c84

Browse files
committed
fix: disable image float in feed body
This slightly improved the rendering of header images in the icinga blog. It's still not ideal, but there is little I can do for malformated feed content.
1 parent 3ff0958 commit 7296c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/item.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ item.less contains styles for the items in a feed
6363
& img {
6464
max-width: 100%;
6565
max-height: 70vH;
66-
66+
float: none;
6767
}
6868

6969
& a {

0 commit comments

Comments
 (0)