header mobile
This commit is contained in:
@@ -7,8 +7,12 @@ header{
|
||||
padding-left: 40px;
|
||||
@media screen and (max-width: 300px) {
|
||||
padding-left: 20px;
|
||||
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
@media screen and (max-width: 550px) {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
#block-colloque2024-logorepublique, #block-colloque2024-logoepau{
|
||||
max-height: inherit;
|
||||
|
||||
@@ -26,6 +30,10 @@ header{
|
||||
width: 100px;
|
||||
object-fit: contain;
|
||||
}
|
||||
@media screen and (max-width: 550px) {
|
||||
width: 100px;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,3 +14,11 @@ $croix_or: '../images/croix_filetsable.svg';
|
||||
$picto_dl: '../images/douwnload.svg';
|
||||
|
||||
$letter_spacingH: 0.1rem;
|
||||
|
||||
|
||||
|
||||
$header-height : 125px;
|
||||
$header-height-pad : 110px;
|
||||
$header-height-small : 70px;
|
||||
$header-height-ultrasmall : 50px;
|
||||
$width-menu-slidedown : 550px;
|
||||
Reference in New Issue
Block a user