From 1d54e95ed09119c1e425e10e0327cd9b5e3baf23 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com>
Date: Fri, 27 Aug 2021 12:49:23 +0200
Subject: [PATCH] elections2021: Footer info

---
 elections2021/templates/elections2021/base.html | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/elections2021/templates/elections2021/base.html b/elections2021/templates/elections2021/base.html
index 9785cd0b..fcd47364 100644
--- a/elections2021/templates/elections2021/base.html
+++ b/elections2021/templates/elections2021/base.html
@@ -230,14 +230,13 @@
                   <li>Informační linka:</li>
                   <li class="text-grey-200">
                     <a href="tel:00420227272760">+420 227 272 760</a>
-                    <div class="pl-4">(testovací provoz)</div>
                   </li>
                   <li class="test-grey-200">
                     Provozní doba:
-                    <div class="pl-4">
-                      Po, St, Pá 8-16:30<br>
-                      Út, Čt 11-19:30
-                    </div>
+                    <ul class="ml-4 space-y-2 my-2">
+                      <li>Po, St, Pá: 8-16:30</li>
+                      <li>Út, Čt: 11-19:30</li>
+                    </ul>
                   </li>
                   <li class="text-grey-200">
                     <a href="mailto:info@piratiastarostove.cz">info@piratiastarostove.cz</a>
-- 
GitLab