Ajustement taille et couleur du footer
This commit is contained in:
parent
6257d8a592
commit
13d92a4827
2 changed files with 18 additions and 10 deletions
|
@ -1,12 +1,10 @@
|
|||
.pageFooter {
|
||||
background: #394596;
|
||||
/*Bleu AGECEM*/
|
||||
background: #f3f3f7;
|
||||
/*Gris pâle*/
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
padding: 20px;
|
||||
bottom: 0;
|
||||
padding: 5px;
|
||||
position: fixed;
|
||||
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
ul.footerElementList {
|
||||
|
@ -19,12 +17,22 @@ ul.footerElementList {
|
|||
|
||||
}
|
||||
|
||||
li.footerElement {
|
||||
.footerElement {
|
||||
font-family: "Poppins";
|
||||
font-weight: 400;
|
||||
/*semi-bold*/
|
||||
font-size: 0, 75rem;
|
||||
/*12px*/
|
||||
font-size: 0.5rem;
|
||||
/*8px*/
|
||||
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;
|
||||
}
|
||||
}
|
|
@ -15,7 +15,7 @@ img {
|
|||
body {
|
||||
margin: 0;
|
||||
padding-top: 60px;
|
||||
padding-bottom: 80px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
Loading…
Reference in a new issue