header screen big
This commit is contained in:
@@ -51,22 +51,43 @@ header{
|
||||
|
||||
}
|
||||
#block-reha-logoreha{
|
||||
display: none;
|
||||
// display: none;
|
||||
grid-column: 2;
|
||||
max-height: 90%;
|
||||
// max-height: 80%;
|
||||
height: $header-height;
|
||||
padding-top: 20px;
|
||||
.field--name-field-logo{
|
||||
height: $header-height;
|
||||
.field__item{
|
||||
height: $header-height;
|
||||
img{
|
||||
height: 150px;
|
||||
max-height:inherit;
|
||||
width: fit-content;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#block-reha-navigationprincipale {
|
||||
grid-column: 3 / span 5 ;
|
||||
ul{
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-evenly;
|
||||
a{
|
||||
font-weight: 800;
|
||||
&.is-active{
|
||||
text-decoration: underline;
|
||||
font-weight: 1000;
|
||||
}
|
||||
&:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#block-reha-connexionutilisateur{
|
||||
grid-column: 9;
|
||||
display: flex;
|
||||
@@ -382,7 +403,8 @@ header{
|
||||
h2{
|
||||
text-transform: lowercase;
|
||||
display: inline-flex;
|
||||
font-size: 1rem;
|
||||
font-size: 0.001rem;
|
||||
color: white;
|
||||
@media (max-width:891px) {
|
||||
font-size: 0rem;
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user