From 130e085d7b4690413d1a09bb4e521f6886f68879 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 1 Mar 2020 22:20:39 +0100
Subject: [PATCH] Suppport <div> in content

---
 static/css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/css/style.css b/static/css/style.css
index 6c7b9f9..a9094b8 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -54,7 +54,7 @@ footer#sponsoren-footer {
         padding-bottom: 20px;
 }
 
-li.li-column {
+li.li-column, div.ul-columns li {
 	display: table-cell;
 }
 
-- 
GitLab