fix css retour Maud

This commit is contained in:
2024-06-24 17:17:48 +02:00
parent d75d876e7f
commit b7a5c3f375
17 changed files with 241 additions and 269 deletions
@@ -2,7 +2,7 @@
header{
display: block;
height: 150px;
height: 120px;
background-color: $white-header;
z-index: 99;
width: 100vw;
@@ -29,10 +29,10 @@ header{
#block-reha-logoministere{
grid-column: 1;
width: 200px;
width: 135px;
min-width: 100px;
padding-left: 80px;
padding-top: 30px;
// padding-top: 30px;
height: 100%;
img{
max-width: 100%;
@@ -55,14 +55,15 @@ header{
grid-column: 2;
// max-height: 80%;
height: $header-height;
padding-top: 20px;
padding-left: 1rem;
// padding-top: 20px;
.field--name-field-logo{
height: $header-height;
.field__item{
height: $header-height;
img{
max-height:inherit;
width: fit-content;
max-height:$header-height;
width: auto;
}
}
}