Quelques modifs sur look mobile suite à logo 2022

This commit is contained in:
2021-11-28 19:54:53 +01:00
parent 9b0199aaf6
commit 51af6e17be
12 changed files with 12 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -11041,10 +11041,19 @@ header .header-custom {
} }
header .logo-custom { header .logo-custom {
grid-area: logo; grid-area: logo;
height: 60px;
width: 350px; width: 350px;
padding-left: 15px; padding-left: 15px;
} }
header .logo-custom img {
width: 346px;
}
@media screen and (max-width: 480px) {
header .logo-custom img {
width: 320px;
}
}
header .secondary-custom { header .secondary-custom {
grid-area: content; grid-area: content;
height: 45px; height: 45px;