application de la nouvelle identité sur toutes les pages
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user