From c192dd16a012d3725a6a201e0a57f61933116240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexa=20Valentov=C3=A1?= <git@imaniti.org> Date: Thu, 20 Mar 2025 14:53:05 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=C4=8Dast=C3=A1=20p=C5=99=C3=A1n=C3=AD,?= =?UTF-8?q?=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make_a_wish/templates/make_a_wish/make_a_wish_root.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/make_a_wish/templates/make_a_wish/make_a_wish_root.html b/make_a_wish/templates/make_a_wish/make_a_wish_root.html index fdbab67a..4f0c2e26 100644 --- a/make_a_wish/templates/make_a_wish/make_a_wish_root.html +++ b/make_a_wish/templates/make_a_wish/make_a_wish_root.html @@ -82,7 +82,7 @@ <div class="mt-4"> <input type="checkbox" name="accepts_gdpr" id="accepts_gdpr" required=""> <label for="accepts_gdpr" class="text-lg"> - Dávám souhlas se zpracovánĂm osobnĂch a ĂşdajĹŻ. VĂce o ochranÄ› osobnĂch ĂşdajĹŻ zde: + Dávám souhlas se zpracovánĂm osobnĂch ĂşdajĹŻ. VĂce o ochranÄ› osobnĂch ĂşdajĹŻ zde: <a class="text-grey-600 underline" href="https://www.pirati.cz/ochrana-osobnich-udaju/">pirati.cz/ochrana-osobnich-udaju</a> </label> </div> @@ -126,13 +126,13 @@ </div> <div class="mt-16 p-12 bg-grey-50"> - <ul class="flex flex-col xl:gap-6 gap-12"> + <ul class="flex flex-col xl:gap-6 gap-12 justify-center"> {% for wish in page.common_wishes %} <li> - <div class="flex xl:gap-8 gap-6 items-center xl:flex-row flex-col"> + <div class="flex xl:gap-8 gap-6 items-center justify-center xl:flex-row flex-col"> {% image wish.value.image original class="rounded-full h-32 w-32" %} - <div class="text-black"> + <div class="text-black text-center"> <h4 class="font-alt text-5xl mb-3">{{ wish.value.title }}</h4> <p class="text-2xl xl:mb-0">{{ wish.value.description }}</p> </div> -- GitLab