From b3d8d1a718124454bb09a99afef394dc8cea54f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Fri, 3 Sep 2021 01:05:49 +0200 Subject: [PATCH] elections2021: Going to vote page --- .../elections2021/elections2021_going_to_vote_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elections2021/templates/elections2021/elections2021_going_to_vote_page.html b/elections2021/templates/elections2021/elections2021_going_to_vote_page.html index 08724a17..8da28f8d 100644 --- a/elections2021/templates/elections2021/elections2021_going_to_vote_page.html +++ b/elections2021/templates/elections2021/elections2021_going_to_vote_page.html @@ -270,7 +270,7 @@ <section> <div class="flex justify-center"> - <div class="lg:w-2/3 pt-8"> + <div class="lg:w-2/3 my-8"> <h2 class="head-alt-lg py-8">{{ page.bottom_title }}</h2> <div class="content-block"> {{ page.bottom_text|richtext }} -- GitLab