ul/li combo sucks on RSS.

This commit is contained in:
Wouter Groeneveld 2021-03-14 20:21:48 +01:00
parent 998b29a8d5
commit 7f9894af85
2 changed files with 9 additions and 9 deletions

View File

@ -7,13 +7,13 @@ date: "2021-03-14T17:41:53"
Enjoyed an afternoon of oldskool Diablo II on the Europebattle servers. We did a few Mephisto runs, managed to hit Hell, and I re-converetd my druid into a windy one. Good times!
<ul class="flex">
<li>
<div class="flex">
<div>
<a class="lbox" href="https://chat.brainbaking.com/media/6f8b72ca-9bfb-460b-9609-c4298a8cab2b/EuropeBattle%202021-03-14%2016-20-36-87.jpg">
<img src="https://chat.brainbaking.com/media/6f8b72ca-9bfb-460b-9609-c4298a8cab2b/EuropeBattle%202021-03-14%2016-20-36-87.jpg">
</a>
</li>
<li>
</div>
<div>
<img src="https://chat.brainbaking.com/media/3dbcb044-2acc-4ace-a4f6-37ce94c3f2b1/EuropeBattle%202021-03-14%2015-35-01-56.jpg">
</li>
</ul>
</div>
</div>

View File

@ -1,16 +1,16 @@
ul.flex
.flex
display: flex
flex-wrap: wrap
list-style: none
margin: 0
padding: 0
li
div
width: 50%
flex-grow: 1
img
margin: 0
max-height: 100%
min-width: 100%
object-fit: cover