Taille par défaut des polices dans le footer

This commit is contained in:
fredtempez 2019-01-08 14:56:44 +01:00
parent 4b77990cf7
commit ad4d1342ed
2 changed files with 15 additions and 5 deletions

View File

@ -415,6 +415,13 @@ footer {
padding: 10px 20px; padding: 10px 20px;
vertical-align:middle; vertical-align:middle;
} }
footer #footerSocials {
font-size: 1.0em;
}
footer #footerCopyright, #footerText {
font-size: 0.8em;
}
footer .col4 { footer .col4 {
vertical-align: middle; vertical-align: middle;

View File

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