Skip to content
Snippets Groups Projects
Commit 93a3a00d authored by Štěpán Farka's avatar Štěpán Farka
Browse files

[FIX] footer

parent db3d1d50
Branches
No related tags found
2 merge requests!607Pirati.cz,!575Feature/pirati cz
Pipeline #9598 passed
......@@ -9,7 +9,7 @@
class="w-32 md:w-40 pb-6"
/>
</section>
<section class="footer__social lg:text-right lg:mb-10">
<section class="footer__social mb-5 lg:text-right lg:mb-10">
<div class="font-alt text-2xl mb-4">
Zůstaňte s námi v konaktu
</div>
......@@ -34,7 +34,7 @@
</div>
</section>
<section class="footer__main-links text-white lg:flex lg:flex-wrap lg:justify-between gap-8">
<div class="pt-8 pb-4 lg:py-0">
<div class="py-4 lg:py-0">
<ui-footer-collapsible label="Navigace">
<ul class="text-white py-8">
<li>
......
......@@ -10,7 +10,7 @@
class="w-32 md:w-40 pb-6"
/>
</section>
<section class="footer__social lg:text-right lg:mb-10">
<section class="footer__social mb-5 lg:text-right lg:mb-10">
{% if page.root_page.social_links %}
<div class="font-alt text-2xl mb-4">
Zůstaňte s námi v konaktu
......@@ -28,7 +28,7 @@
</section>
<section class="footer__main-links text-white lg:flex lg:flex-wrap lg:justify-between gap-8">
{% for other_link in page.root_page.footer_other_links %}
<div class="{% if forloop.first %}pt-8 pb-4 {% else %}pt-4 {% endif %}lg:py-0">
<div class="py-4 lg:py-0">
<ui-footer-collapsible label="{{ other_link.value.title }}">
<ul class="text-white py-8">
{% for link_list in other_link.value.list %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment