forked from ZwiiCMS-Team/ZwiiCMS
[9.0.15] one line footer small screen
This commit is contained in:
parent
27b83f5667
commit
8cfc10bcf1
@ -496,13 +496,18 @@ footer .col4 {
|
|||||||
/* Conserve le pied de page sur une ligne */
|
/* Conserve le pied de page sur une ligne */
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
footer .col4 {
|
footer .col4 {
|
||||||
width:33%;
|
width:100%;
|
||||||
}
|
}
|
||||||
div span:last-of-type {
|
footer span {
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
div span:last-of-type {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
footer #footerSocials span {
|
footer #footerSocials span {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
padding: 9px;
|
padding: 9px;
|
||||||
|
Loading…
Reference in New Issue
Block a user