From 07175edaa6871d464471c70edb7eaa964a3775d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com>
Date: Fri, 16 Jul 2021 15:22:23 +0200
Subject: [PATCH] elections2021: Program point FAQ styles

---
 elections2021/templates/elections2021/base.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/elections2021/templates/elections2021/base.html b/elections2021/templates/elections2021/base.html
index e54ba6a4..dc3d71a2 100644
--- a/elections2021/templates/elections2021/base.html
+++ b/elections2021/templates/elections2021/base.html
@@ -34,7 +34,9 @@
     }
     .accordeon-lists li {
       list-style-type: square !important;
-      list-style-position: inside;
+      list-style-position: outside;
+      padding-left: 0.5em !important;
+      margin-left: 1.5em;
     }
   </style>
 
-- 
GitLab