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

fix center contacts

parent a9acb73b
No related branches found
No related tags found
2 merge requests!1094Release,!1093Rlease
Pipeline #19193 passed
......@@ -14,13 +14,17 @@
<main role="main">
{% include "styleguide2/includes/molecules/program/secondary_card_program.html" %}
<div class="container--wide my-6 lg:my-12">
<div class="container--wide flex flex-col gap-6 my-6">
{% for block in page.content %}
{% include_block block %}
{% endfor %}
{% if page.calendar %}
<div>
<div class="container--medium mx-auto px-4">
<h2 class="head-14xl xl:leading-[10.5rem] mb-4 xl:mb-8">
Kalendář
</h2>
{% include 'styleguide2/includes/atoms/calendar/calendar.html' with calendar_data=page.get_fullcalendar_data %}
</div>
{% endif %}
......
......@@ -10,7 +10,7 @@
{% with contact_details.person as person_page %}
{% image person_page.specific.get_profile_image fill-256x256 as contact_box_image %}
{% include 'styleguide2/includes/molecules/contact/contact_person_large_box.html' with image=contact_box_image name=person_page.title function=person_page.position %}
{% include 'styleguide2/includes/molecules/contact/contact_person_large_box.html' with url=person_page.url telephone=person_page.phone mail=person_page.email image=contact_box_image name=person_page.title function=person_page.position %}
{% endwith %}
</div>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment