application de la nouvelle identité sur toutes les pages

This commit is contained in:
2026-06-01 22:10:03 +02:00
parent a4cc0ef538
commit b52190eff6
44 changed files with 1369 additions and 907 deletions

View File

@@ -34,8 +34,18 @@
width: 40vw;
max-width: 14rem;
height: auto;
@media (min-width: $breakpoint_desktop) {
width: 100%;
}
// Desktop : le logo se cale sur la hauteur du texte de présentation
// (la colonne logo s'étire à la hauteur de la ligne grid).
@media (min-width: $breakpoint_desktop) {
align-self: stretch;
align-items: center;
img {
width: auto;
max-width: 100%;
height: 100%;
max-height: 100%;
object-fit: contain;
}
}
}