From 0ba4616f93f7270f09c21f8202f432c988fe378f Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 1 Mar 2020 17:41:39 +0100
Subject: [PATCH] Add styling for columns. Closes #3.

---
 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 5d4966c..c23f4f8 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -54,7 +54,7 @@ footer#sponsoren-footer {
         padding-bottom: 20px;
 }
 
-.li-columns ul {
+li.li-column {
 	display: table-cell;
 }
 
-- 
GitLab