Skip to content
Snippets Groups Projects
Commit 48f7fb61 authored by jan.bednarik's avatar jan.bednarik
Browse files

elections2021: Fix program detail formatting

parent 0e56838e
No related branches found
No related tags found
2 merge requests!238elections2021: Fix program detail formatting,!237elections2021: Fix program detail formatting
Pipeline #3630 passed
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
{% endif %} {% endif %}
{% if page.benefits_main %} {% if page.benefits_main %}
<div class="program-detail-benefity grid grid-cols-1 sm:grid-cols-2 gap-4 lg:gap-8"> <div class="program-detail-benefity my-8 grid grid-cols-1 sm:grid-cols-2 gap-4 lg:gap-8">
{% for block in page.benefits_main %} {% for block in page.benefits_main %}
{% include_block block %} {% include_block block %}
{% endfor %} {% endfor %}
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
{% endif %} {% endif %}
{% if page.benefits %} {% if page.benefits %}
<div class="program-detail-benefity mt-8 grid grid-cols-1 sm:grid-cols-2 gap-4 lg:gap-8"> <div class="program-detail-benefity my-8 grid grid-cols-1 sm:grid-cols-2 gap-4 lg:gap-8">
{% for block in page.benefits %} {% for block in page.benefits %}
{% include_block block %} {% include_block block %}
{% endfor %} {% endfor %}
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
<h3 class="head-alt-lg mb-20 text-3xl md:text-5xl leading-tight mt-24">{{ page.benefit_for_all|richtext|format_sources }}</h3> <h3 class="head-alt-lg mb-20 text-3xl md:text-5xl leading-tight mt-24">{{ page.benefit_for_all|richtext|format_sources }}</h3>
{% endif %} {% endif %}
<h3 class="head-alt-base mb-10">Co jsme už odpracovali?</h3> <h3 class="head-alt-base mt-20 mb-10">Co jsme už odpracovali?</h3>
<div class="content-block"> <div class="content-block">
{{ page.already_done|richtext|format_sources }} {{ page.already_done|richtext|format_sources }}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment