taille logo quartier 2 demain

This commit is contained in:
2026-02-01 19:46:54 +01:00
parent 44f0842393
commit 0b6c1d2e42
2 changed files with 6 additions and 6 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 - 5rem);
height: calc(200px - 4rem);
padding: 2rem;
transition: height 0.3s;
}
@@ -392,9 +392,9 @@ header[role=banner] .header_left_container img {
height: calc(200px - 3rem);
}
}
@media (max-width: 1400px) {
@media (max-width: 1300px) {
header[role=banner] .header_left_container img {
height: calc(160px - 5rem);
height: calc(160px - 4rem);
}
}
@media (max-width: 660px) {

View File

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