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

[FIX] footer

parent 72c0f22e
No related branches found
No related tags found
2 merge requests!625Release,!620image resolution fixes
Pipeline #9766 passed
......@@ -3019,15 +3019,10 @@ div.twitter-carousel .slick-arrow.slick-disabled:before, div.twitter-carousel .s
.footer__main{
display: grid;
grid-template-areas:
"brand"
"social"
"main-links";
}
.footer__brand {
grid-area: brand;
}
.footer__social {
grid-area: social;
}
......@@ -3554,6 +3549,10 @@ div.twitter-carousel .slick-arrow.slick-disabled:before, div.twitter-carousel .s
margin-top: 6rem;
}
.mt-16{
margin-top: 4rem;
}
.mb-10{
margin-bottom: 2.5rem;
}
......@@ -3992,10 +3991,6 @@ div.twitter-carousel .slick-arrow.slick-disabled:before, div.twitter-carousel .s
padding-top: 4rem;
}
.pb-6{
padding-bottom: 1.5rem;
}
.pt-4{
padding-top: 1rem;
}
......@@ -4643,10 +4638,6 @@ a.icon-link:hover span{
margin-top: 0px;
}
.md\:w-40{
width: 10rem;
}
.md\:flex-row{
flex-direction: row;
}
......@@ -4694,6 +4685,10 @@ a.icon-link:hover span{
margin-bottom: 4rem;
}
.lg\:mt-32{
margin-top: 8rem;
}
.lg\:mb-0{
margin-bottom: 0px;
}
......
......@@ -2,14 +2,7 @@
<ui-app inline-template>
<div>
<div class="footer__main py-4 lg:py-16 container--wide">
<section class="footer__brand">
<img
src="https://www.va-fighters.com/pirati/krajska-sablona/dist/assets/img/logo.svg"
alt=""
class="w-32 md:w-40 pb-6"
/>
</section>
<section class="footer__social mb-5 lg:text-right lg:mb-10">
<section class="footer__social mb-5 mt-16 lg:text-right lg:mb-16 lg:mt-32">
<div class="font-alt text-2xl mb-4">
Zůstaňte s námi v konaktu
</div>
......
......@@ -9,15 +9,10 @@
.footer__main {
@apply grid;
grid-template-areas:
"brand"
"social"
"main-links";
}
.footer__brand {
grid-area: brand;
}
.footer__social {
grid-area: social;
}
......
......@@ -3,14 +3,7 @@
<ui-app inline-template>
<div>
<div class="footer__main py-4 lg:py-16 container--wide">
<section class="footer__brand">
<img
src="https://www.va-fighters.com/pirati/krajska-sablona/dist/assets/img/logo.svg"
alt=""
class="w-32 md:w-40 pb-6"
/>
</section>
<section class="footer__social mb-5 lg:text-right lg:mb-10">
<section class="footer__social mb-5 mt-16 lg:text-right lg:mb-16 lg:mt-32">
{% if page.root_page.social_links %}
<div class="font-alt text-2xl mb-4">
Zůstaňte s námi v konaktu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment