media logo
This commit is contained in:
parent
de35e4aebc
commit
452fe0ac6f
|
@ -616,7 +616,7 @@ footer {
|
||||||
.footer #footer-right {
|
.footer #footer-right {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
max-width: 35%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.footer #footer-right #block-quartiers-de-demain-socialmedialinks {
|
.footer #footer-right #block-quartiers-de-demain-socialmedialinks {
|
||||||
|
|
|
@ -107,7 +107,7 @@ footer{
|
||||||
@media (max-width: 700px){
|
@media (max-width: 700px){
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
max-width: 35%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
#block-quartiers-de-demain-socialmedialinks{
|
#block-quartiers-de-demain-socialmedialinks{
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue