Taille de police par défaut dans le footer

This commit is contained in:
fredtempez 2019-01-08 14:59:16 +01:00
parent 9473432852
commit 996f406a07
2 changed files with 17 additions and 5 deletions

View File

@ -423,6 +423,15 @@ footer .col4 {
footer #footerSocials {
font-size: 1.0em;
}
footer #footerSocials {
font-size: 1.0em;
}
footer #footerCopyright, #footerText {
font-size: 0.8em;
}
footer #footerSocials span {
color: #FFF;
padding: 9px;

View File

@ -48,23 +48,26 @@ nav a.active {
}
/* Bas de page */
#footersite, #footerbody {
footer {
}
footer #footersite, #footerbody {
}
/* Liens du bas de page */
#footersite, #footerbody a {
footer #footersite, #footerbody a {
}
/* footer bloc gauche */
#footersiteLeft, #footerbodyLeft {
footer #footersiteLeft, #footerbodyLeft {
}
/* footer bloc central */
#footersiteCenter, #footerbodyCenter {
footer #footersiteCenter, #footerbodyCenter {
}
/* footer bloc droite */
#footersiteRight, #footerbodyRight {
footer #footersiteRight, #footerbodyRight {
}
/**