[9.0.15] footer fix

This commit is contained in:
fredtempez 2019-03-31 11:03:27 +02:00
parent e17cff3ee1
commit dd786918f7
1 changed files with 8 additions and 3 deletions

View File

@ -498,14 +498,19 @@ footer .col4 {
footer .col4 {
width:100%;
}
footer span {
text-align: center;
#footerCopyright, #footerText, #footerSocials {
text-align: center !important ;
}
footer div span:last-of-type {
display: block;
}
}
@media (max-width: 768px) {
#footerCopyright, #footerText, #footerSocials {
text-align: center !important ;
}
}
footer #footerSocials span {