From 8f4eefe666a27a628853304360321212c8594278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Thu, 2 Sep 2021 21:56:22 +0200 Subject: [PATCH] elections2021: Going to vote page fix --- .../templates/elections2021/_going_to_vote_section.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/elections2021/templates/elections2021/_going_to_vote_section.html b/elections2021/templates/elections2021/_going_to_vote_section.html index 2043f614..01cfce56 100644 --- a/elections2021/templates/elections2021/_going_to_vote_section.html +++ b/elections2021/templates/elections2021/_going_to_vote_section.html @@ -8,12 +8,11 @@ {% endif %} {% if title %} <h3 class="accordeon-row-heading head-alt-xs">{{ title }}</h3> - <i class="ico--chevron-down"></i> {% endif %} </label> - <div class="accordeon-row-body text-left pl-11 pt-2"> + <div class="accordeon-row-body text-left pl-11"> <div class="content-block"> - <h4 class="head-alt-md">{{ title|default:"" }}</h4> + <h3 class="head-alt-md pt-2">{{ title|default:"" }}</h3> {{ text|richtext }} </div> <div class="content-block"></div> -- GitLab