[9.0.08] responsive footer

This commit is contained in:
fredtempez 2019-03-22 21:20:49 +01:00
parent 7dea66940c
commit db5cd79559
1 changed files with 6 additions and 0 deletions

View File

@ -480,6 +480,12 @@ footer {
footer .col4 {
vertical-align: middle;
}
/* Conserve le pied de page sur une ligne */
@media (max-width: 992px) {
footer .col4 {
width:33%;
}
}
footer #footerSocials span {
color: #FFF;