taille logo header

This commit is contained in:
2026-01-13 14:36:15 +01:00
parent 35478e9d20
commit 4cbb80d6fb
3 changed files with 17 additions and 393 deletions

View File

@@ -192,7 +192,7 @@ h2, h3 {
width: 100%;
padding-top: 200px;
padding-bottom: 3rem;
min-height: calc(100vh - (200px + 3rem));
min-height: calc(100vh - (200px + 6rem));
}
@media (max-width: 810px) {
.layout-container main {
@@ -387,9 +387,9 @@ header[role=banner] .header_left_container img {
padding: 2rem;
transition: height 0.3s;
}
@media (max-width: 891px) {
@media (max-width: 1000px) {
header[role=banner] .header_left_container img {
height: 160px;
height: calc(160px - 4rem);
}
}
@media (max-width: 660px) {
@@ -397,11 +397,6 @@ header[role=banner] .header_left_container img {
height: 70px;
}
}
@media (max-width: 450px) {
header[role=banner] .header_left_container img {
height: 50px;
}
}
header[role=banner] .header_right_container {
display: none;
flex: 0 0 0%;
@@ -2518,18 +2513,6 @@ body {
font-size: 0.8rem;
font-weight: 800;
}
#home article.node-type-static #paragraph-id--6 .field_field_texte .colone-picto > p:nth-of-type(2) {
width: 60%;
font-size: 0.8rem;
align-self: center;
padding-top: 1.5rem;
}
@media (max-width: 810px) {
#home article.node-type-static #paragraph-id--6 .field_field_texte .colone-picto > p:nth-of-type(2) {
width: 80%;
padding-top: 0;
}
}
#home article.node-type-static #paragraph-id--6 .field_field_texte .colone-picto > p:nth-of-type(3) {
width: 90%;
align-self: center;