diff --git a/core/layout/common.css b/core/layout/common.css index 78866d6c..b09c2581 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -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;