From 7f9894af859ad9f7a3008a883625b16bcf8e74d0 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Sun, 14 Mar 2021 20:21:48 +0100 Subject: [PATCH] ul/li combo sucks on RSS. --- content/notes/2021/03/14h17m41s53.md | 12 ++++++------ themes/brainbaking-minimal/assets/sass/_figures.sass | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/notes/2021/03/14h17m41s53.md b/content/notes/2021/03/14h17m41s53.md index fc16b7ab..8b6102f1 100644 --- a/content/notes/2021/03/14h17m41s53.md +++ b/content/notes/2021/03/14h17m41s53.md @@ -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! - + + diff --git a/themes/brainbaking-minimal/assets/sass/_figures.sass b/themes/brainbaking-minimal/assets/sass/_figures.sass index 015556d1..3d1564f7 100644 --- a/themes/brainbaking-minimal/assets/sass/_figures.sass +++ b/themes/brainbaking-minimal/assets/sass/_figures.sass @@ -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