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

[WIP] footer

parent e49b4759
No related branches found
No related tags found
2 merge requests!640Release,!639Feature/main misc enhancements 5
Pipeline #10093 passed
......@@ -3033,7 +3033,7 @@ div.twitter-carousel .slick-arrow.slick-disabled:before, div.twitter-carousel .s
.footer__main-links ul {
display: flex;
flex-flow: row wrap;
flex-wrap: wrap;
}
.footer__main-links ul li {
......
......@@ -22,7 +22,7 @@
ul {
display: flex;
flex-flow: row wrap;
flex-wrap: wrap;
li {
display: block;
......
......@@ -19,7 +19,7 @@
</div>
{% endif %}
</section>
<section class="footer__main-links text-white lg:flex lg:flex-wrap lg:justify-between gap-8">
<section class="footer__main-links text-white lg:flex lg:justify-between gap-8">
{% for other_link in page.root_page.footer_other_links %}
<div class="py-4 lg:py-0">
<ui-footer-collapsible label="{{ other_link.value.title }}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment