From 280e9ce9d447a3ec082e7e3234a0424c1e64ac13 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Mon, 21 Aug 2023 07:11:18 +0200
Subject: [PATCH] remove inline

---
 home/templates/home/includes/footnotes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home/templates/home/includes/footnotes.html b/home/templates/home/includes/footnotes.html
index f67fcd5..3c0cb91 100644
--- a/home/templates/home/includes/footnotes.html
+++ b/home/templates/home/includes/footnotes.html
@@ -6,7 +6,7 @@
         <ol>
             {% for footnote in page.footnotes_list %}
                 <li id="footnote-{{ forloop.counter }}">
-                    <div class="[&>p]:inline-block">
+                    <div>
                         {{ footnote.text|richtext }}
                         &nbsp;<a
                             href="#footnote-source-{{ forloop.counter }}"
-- 
GitLab