application de la nouvelle identité sur toutes les pages
This commit is contained in:
@@ -39,7 +39,22 @@
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
#block-erabletheme-logorep img { max-width: 100px; height: auto; }
|
||||
#block-erabletheme-logoepau img { max-width: 150px; height: auto; }
|
||||
// Logo epau : padding vertical pour cohérence visuelle avec le header
|
||||
// (le logo a moins de marge interne que les autres).
|
||||
#block-erabletheme-logoepau {
|
||||
a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 4.5rem; // hauteur de référence (= $header_height)
|
||||
padding: 1.4rem 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
img {
|
||||
max-width: 150px;
|
||||
height: 100%;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// --- Groupe droite : navs + linkedin ---
|
||||
|
||||
Reference in New Issue
Block a user