footer css

This commit is contained in:
2024-07-10 17:34:21 +02:00
parent 1a3e5ccedd
commit 42ed41d524
2 changed files with 41 additions and 35 deletions

View File

@ -539,7 +539,8 @@ footer {
}
}
.footer #footer-left .footer_left_container {
padding-left: 5%;
padding: 1rem;
padding-left: 3rem;
display: flex;
flex-direction: row;
}
@ -557,32 +558,19 @@ footer {
}
}
.footer #footer-left .footer_left_container #block-quartiers-de-demain-logoepau {
height: 320px;
height: fit-content;
margin: auto;
padding-left: 2rem;
}
@media (max-width: 700px) {
.footer #footer-left .footer_left_container #block-quartiers-de-demain-logoepau {
height: 110px;
}
.footer #footer-left .footer_left_container #block-quartiers-de-demain-logoepau img {
width: auto;
height: 65px;
padding-left: 1rem;
}
.footer #footer-left .footer_left_container img {
width: auto;
height: 150px;
}
@media (max-width: 700px) {
.footer #footer-left .footer_left_container img {
height: 110px;
}
}
@media (max-width: 660px) {
.footer #footer-left .footer_left_container img {
height: 70px;
}
}
@media (max-width: 450px) {
.footer #footer-left .footer_left_container img {
height: 50px;
}
}
.footer #footer-middle {
grid-column: 6/span 7;
grid-row: 1;