/lesprojets
This commit is contained in:
@@ -4592,7 +4592,7 @@ main {
|
||||
height: 25px;
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie {
|
||||
width: 70%;
|
||||
width: 100%;
|
||||
padding-left: 0;
|
||||
margin: auto;
|
||||
align-content: space-between;
|
||||
@@ -4602,6 +4602,10 @@ main {
|
||||
flex-direction: row;
|
||||
margin-top: 0;
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie .field-content ul li {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie .field-content ul li .node-type-projet {
|
||||
font-size: 0.4rem;
|
||||
width: 80%;
|
||||
|
||||
@@ -92,7 +92,7 @@ main{
|
||||
}
|
||||
}
|
||||
.views-field-field-projets-lie{
|
||||
width: 70%;
|
||||
width: 100%;
|
||||
padding-left: 0;
|
||||
margin: auto;
|
||||
align-content: space-between;
|
||||
@@ -101,7 +101,10 @@ main{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-top: 0;
|
||||
li .node-type-projet{
|
||||
li{
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
.node-type-projet{
|
||||
font-size: 0.4rem;
|
||||
width: 80%;
|
||||
.field_field_laureats{
|
||||
@@ -147,6 +150,8 @@ main{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user