diff --git a/elections2021/templates/elections2021/_going_to_vote_section.html b/elections2021/templates/elections2021/_going_to_vote_section.html index 2043f614dbd823742a5c52b46a14cfaded3c0c9c..01cfce561d123c3cbaa594bf1c52e880049f7ad2 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>