burger menu nav principal
This commit is contained in:
@@ -37,28 +37,40 @@ header[role=banner]{
|
||||
}
|
||||
@media (max-width:891px) {
|
||||
// width: 10%;
|
||||
padding-left: 5%;
|
||||
padding-left: 3%;
|
||||
padding-top: 0%;
|
||||
width: 80px;
|
||||
}
|
||||
}
|
||||
#block-reha-logoreha{
|
||||
grid-column: 2;
|
||||
height: $header-height;
|
||||
padding-left: 1rem;
|
||||
@media (max-width:891px) {
|
||||
height: fit-content;
|
||||
padding-left: 0;
|
||||
}
|
||||
.field--name-field-logo{
|
||||
height: $header-height;
|
||||
// height: $header-height;
|
||||
.field__item{
|
||||
height: $header-height;
|
||||
// height: $header-height;
|
||||
img{
|
||||
max-height: 92px;
|
||||
width: auto;
|
||||
@media (max-width:891px) {
|
||||
max-height: 60px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#block-reha-navigationprincipale {
|
||||
grid-column: 3 / span 6 ;
|
||||
@media (max-width:891px) {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
ul{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -66,7 +78,9 @@ header[role=banner]{
|
||||
|
||||
|
||||
@media (max-width:1100px) {
|
||||
flex-direction: column;
|
||||
// flex-direction: column;
|
||||
width: fit-content;
|
||||
|
||||
}
|
||||
li{
|
||||
&.has-active {
|
||||
|
||||
Reference in New Issue
Block a user