Quelques modifs sur look mobile suite à logo 2022
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11041,10 +11041,19 @@ header .header-custom {
|
||||
}
|
||||
header .logo-custom {
|
||||
grid-area: logo;
|
||||
height: 60px;
|
||||
width: 350px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
header .logo-custom img {
|
||||
width: 346px;
|
||||
}
|
||||
@media screen and (max-width: 480px) {
|
||||
header .logo-custom img {
|
||||
width: 320px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
header .secondary-custom {
|
||||
grid-area: content;
|
||||
height: 45px;
|
||||
|
||||
Reference in New Issue
Block a user