taille logo quartier 2 demain

This commit is contained in:
2026-02-01 19:43:43 +01:00
parent 1004576938
commit 44f0842393
2 changed files with 4 additions and 4 deletions

View File

@@ -383,7 +383,7 @@ header[role=banner] .header_left_container #block-quartiers-de-demain-logoquarti
header[role=banner] .header_left_container img {
width: auto;
margin: auto;
height: calc(200px - 4rem);
height: calc(200px - 5rem);
padding: 2rem;
transition: height 0.3s;
}
@@ -392,7 +392,7 @@ header[role=banner] .header_left_container img {
height: calc(200px - 3rem);
}
}
@media (max-width: 1200px) {
@media (max-width: 1400px) {
header[role=banner] .header_left_container img {
height: calc(160px - 5rem);
}

View File

@@ -125,7 +125,7 @@
img {
width: auto;
margin: auto;
height: calc($header-height - 4rem);
height: calc($header-height - 5rem);
padding: 2rem;
transition: height 0.3s;
@media (max-width: 1700px) {
@@ -134,7 +134,7 @@
@media (min-width: 1600px) {
height: calc($header-height - 3rem);
}
@media (max-width: 1200px) {
@media (max-width: 1400px) {
height: calc($header-height-pad - 5rem);
// height: $header-height-pad;
}