[9.0.15] one line footer small screen

This commit is contained in:
fredtempez 2019-03-30 22:51:56 +01:00
parent 27b83f5667
commit 8cfc10bcf1
1 changed files with 7 additions and 2 deletions

View File

@ -496,13 +496,18 @@ footer .col4 {
/* Conserve le pied de page sur une ligne */
@media (max-width: 992px) {
footer .col4 {
width:33%;
width:100%;
}
div span:last-of-type {
footer span {
text-align: center;
}
div span:last-of-type {
display: block;
}
}
footer #footerSocials span {
color: #FFF;
padding: 9px;