Skip to content
Snippets Groups Projects
Commit 0da773e0 authored by xaralis's avatar xaralis
Browse files

Improve footer style

parent 0f2355f0
Branches
Tags 1.6.2
No related merge requests found
...@@ -90,13 +90,11 @@ ...@@ -90,13 +90,11 @@
</section> </section>
<section class="bg-black py-4 lg:py-12"> <section class="bg-black py-4 lg:py-12">
<div class="container container--default"> <div class="container container--default">
<div class="footer-contacts flex flex-col lg:flex-row lg:items-center space-y-4 lg:space-y-0 lg:space-x-4"> <div class="footer-contacts grid gap-4 grid-cols-1 md:grid-cols-2 xl:grid-cols-4">
{{> molecules-condensed-badge(hideOccupation: true, classes: "w-full") }}
{{> molecules-condensed-badge(hideOccupation: true, classes: "w-full") }} {{> molecules-condensed-badge(hideOccupation: true, classes: "w-full") }}
{{> molecules-condensed-badge(hideOccupation: true, classes: "w-full") }} {{> molecules-condensed-badge(hideOccupation: true, classes: "w-full") }}
{{> molecules-condensed-badge(hideOccupation: true, classes: "w-full") }} {{> molecules-condensed-badge(hideOccupation: true, classes: "w-full") }}
<div class="lg:mt-4 xl:mt-0 lg:text-center xl:text-right">
{{> atoms-basic-button(cta: "Kontakt", classes: "btn--white btn--hoveractive btn--fullwidth md:btn--autowidth text-lg btn--to-grey-125") }}
</div>
</div> </div>
</div> </div>
</section> </section>
......
...@@ -26,19 +26,6 @@ ...@@ -26,19 +26,6 @@
} }
} }
.footer-contacts {
@apply gap-4 grid-cols-1;
@screen lg {
@apply grid-cols-3;
}
@screen xl {
grid-template-columns: 1fr 1fr 1fr auto;
}
}
.footer-collapsible__toggle { .footer-collapsible__toggle {
@apply flex items-center cursor-pointer; @apply flex items-center cursor-pointer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment