Ajustement taille et couleur du footer

This commit is contained in:
Alexel 2024-09-09 17:02:34 -04:00
parent 6257d8a592
commit 13d92a4827
2 changed files with 18 additions and 10 deletions

View file

@ -1,12 +1,10 @@
.pageFooter { .pageFooter {
background: #394596; background: #f3f3f7;
/*Bleu AGECEM*/ /*Gris pâle*/
width: 100%; width: 100%;
bottom: 0; padding: 5px;
padding: 20px;
bottom: 0;
position: fixed; position: fixed;
bottom: 0;
} }
ul.footerElementList { ul.footerElementList {
@ -19,12 +17,22 @@ ul.footerElementList {
} }
li.footerElement { .footerElement {
font-family: "Poppins"; font-family: "Poppins";
font-weight: 400; font-weight: 400;
/*semi-bold*/ /*semi-bold*/
font-size: 0, 75rem; font-size: 0.5rem;
/*12px*/ /*8px*/
text-align: center; text-align: center;
}
@media screen and (min-width: 768px) {
.footerElement {
font-family: "Poppins";
font-weight: 400;
/*semi-bold*/
font-size: 0.75rem;
/*12px*/
text-align: center;
}
} }

View file

@ -15,7 +15,7 @@ img {
body { body {
margin: 0; margin: 0;
padding-top: 60px; padding-top: 60px;
padding-bottom: 80px; padding-bottom: 20px;
} }
ul { ul {