css page pour candidater

This commit is contained in:
2024-11-08 10:37:03 +01:00
parent 0181f810a6
commit 84833b97dd
5 changed files with 286 additions and 102 deletions

View File

@@ -2754,6 +2754,55 @@ body {
padding-left: 0.2rem;
}
#pour_candidater .node-type-static {
width: 80%;
}
#pour_candidater #sites-map-container {
width: 50%;
}
#pour_candidater .field_field_title {
color: rgb(7, 50, 194);
font-size: 1.2rem;
}
@media (max-width: 500px) {
#pour_candidater .field_field_title {
width: 80%;
}
}
#pour_candidater .paragraph--type--static-parts {
width: 65%;
margin: auto;
display: flex;
flex-direction: column;
align-items: center;
padding: 1rem;
font-family: "gilroy-regular";
}
@media (max-width: 500px) {
#pour_candidater .paragraph--type--static-parts {
width: 90%;
}
}
#pour_candidater .paragraph--type--static-parts .field_field_title {
color: rgb(7, 50, 194);
font-size: 1.2rem;
}
@media (max-width: 500px) {
#pour_candidater .paragraph--type--static-parts .field_field_title {
width: 80%;
}
}
#pour_candidater .paragraph--type--static-parts .colone-picto svg {
display: none;
}
#pour_candidater .field_body {
width: 65%;
margin: auto;
padding: 1rem;
font-family: "gilroy-regular";
text-align: start;
}
.node-type-static main {
background-color: #f6f7f3;
}