Skip to content
Snippets Groups Projects
Commit c192dd16 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

fix častá přání, typo

parent 9f7f04ee
Branches
No related tags found
2 merge requests!1275Release,!1274Small MP update
Pipeline #20823 passed
This commit is part of merge request !1275. Comments created here will be created in the context of that merge request.
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment