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

@@ -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;
}