twig et css /node-site block third projet lié

This commit is contained in:
2025-11-12 12:32:20 +01:00
parent cd8e0b5154
commit 86ce675e66
5 changed files with 85 additions and 74 deletions

View File

@@ -376,6 +376,7 @@
div{
display: flex;
flex-direction: column;
// margin-bottom: 1rem;
@media(max-width: 810px){
justify-content: center;
@@ -389,10 +390,25 @@
margin-bottom: 1rem;
width: fit-content;
}
div:has(h2){
border-bottom: solid black 1px;
padding-left: 0.3rem;
}
h2{
width: 80%;
font-family: "gilroy-light";
text-transform: uppercase;
font-size: 0.5rem;
font-size: 0.6rem;
margin-bottom: 1rem;
margin-top: 1rem;
border-bottom: solid black 1px;
margin-left: 0.5rem;
padding-bottom: 0.5rem;
&::after{
content: " :";
}
}
.node-type-projet {
position: relative;
@@ -415,6 +431,14 @@
z-index: -1;
margin-top: 0.3rem;
}
.node-projet-title{
width: 80%;
padding-left: 0.5rem;
font-size: 0.7rem;
margin: 0;
background-color: #f6f7f3;
font-family: "gilroy-regular";
}
.field_field_nom_de_l_equipe{
width: 80%;
padding-left: 0.5rem;
@@ -422,6 +446,7 @@
background-color: #f6f7f3;
div{
border-bottom: solid black 1px;
margin-bottom: 0.5rem;
}
p{
font-family: "gilroy-semibold";