[9.0.15] footer media fix

This commit is contained in:
fredtempez 2019-03-31 11:08:08 +02:00
parent dd786918f7
commit e90bde4bec
1 changed files with 1 additions and 4 deletions

View File

@ -498,16 +498,13 @@ footer .col4 {
footer .col4 {
width:100%;
}
#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 ;
text-align: center;
}
}