css footer

This commit is contained in:
ouidade 2024-03-04 11:58:20 +01:00
parent 5cd9a42989
commit 5dc1fc2e6b
2 changed files with 11 additions and 4 deletions

View File

@ -289,6 +289,7 @@ header {
grid-template-rows: repeat(1, 1fr); grid-template-rows: repeat(1, 1fr);
background-color: white; background-color: white;
padding-top: 1rem; padding-top: 1rem;
padding-bottom: 1rem;
border-top: 1px solid #808080; } border-top: 1px solid #808080; }
.footer section { .footer section {
width: fit-content; } width: fit-content; }
@ -344,11 +345,13 @@ header {
flex-direction: column; flex-direction: column;
font-size: 0.8rem; font-size: 0.8rem;
font-weight: 400; font-weight: 400;
padding-bottom: 1rem; } padding-bottom: 0.6rem; }
.footer #footer-right #block-quartiers-de-demain-socialmedialinks h2::before { .footer #footer-right #block-quartiers-de-demain-socialmedialinks h2::before {
content: "Nous contacter"; content: "Nous contacter";
padding-bottom: 1rem; padding-bottom: 0.6rem;
font-weight: 600; } font-weight: 600; }
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-3x {
font-size: 2em; }
@media (max-width: 891px) { @media (max-width: 891px) {
.footer div { .footer div {
flex-wrap: wrap; } } flex-wrap: wrap; } }

View File

@ -4,6 +4,7 @@
grid-template-rows: repeat(1, 1fr); grid-template-rows: repeat(1, 1fr);
background-color: $white-header; background-color: $white-header;
padding-top: 1rem; padding-top: 1rem;
padding-bottom: 1rem;
section{width: fit-content;} section{width: fit-content;}
h2, ul{margin: 0;} h2, ul{margin: 0;}
border-top: 1px solid #808080; border-top: 1px solid #808080;
@ -75,10 +76,13 @@
font-weight: 400; font-weight: 400;
&::before{ &::before{
content: "Nous contacter"; content: "Nous contacter";
padding-bottom: 1rem; padding-bottom: 0.6rem;
font-weight: 600; font-weight: 600;
} }
padding-bottom: 1rem; padding-bottom: 0.6rem;
}
.fa-3x{
font-size: 2em;
} }
} }
} }