css footer
This commit is contained in:
parent
5cd9a42989
commit
5dc1fc2e6b
|
@ -289,6 +289,7 @@ header {
|
|||
grid-template-rows: repeat(1, 1fr);
|
||||
background-color: white;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
border-top: 1px solid #808080; }
|
||||
.footer section {
|
||||
width: fit-content; }
|
||||
|
@ -344,11 +345,13 @@ header {
|
|||
flex-direction: column;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 400;
|
||||
padding-bottom: 1rem; }
|
||||
padding-bottom: 0.6rem; }
|
||||
.footer #footer-right #block-quartiers-de-demain-socialmedialinks h2::before {
|
||||
content: "Nous contacter";
|
||||
padding-bottom: 1rem;
|
||||
padding-bottom: 0.6rem;
|
||||
font-weight: 600; }
|
||||
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-3x {
|
||||
font-size: 2em; }
|
||||
@media (max-width: 891px) {
|
||||
.footer div {
|
||||
flex-wrap: wrap; } }
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
grid-template-rows: repeat(1, 1fr);
|
||||
background-color: $white-header;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
section{width: fit-content;}
|
||||
h2, ul{margin: 0;}
|
||||
border-top: 1px solid #808080;
|
||||
|
@ -75,10 +76,13 @@
|
|||
font-weight: 400;
|
||||
&::before{
|
||||
content: "Nous contacter";
|
||||
padding-bottom: 1rem;
|
||||
padding-bottom: 0.6rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
padding-bottom: 1rem;
|
||||
padding-bottom: 0.6rem;
|
||||
}
|
||||
.fa-3x{
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue