Compare commits
2 Commits
34430c49ef
...
6487b65f42
| Author | SHA1 | Date | |
|---|---|---|---|
| 6487b65f42 | |||
| 725e55fd1e |
@@ -4523,7 +4523,7 @@ main {
|
||||
width: 90%;
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row {
|
||||
width: 90%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
border-top: solid 1px rgb(7, 50, 194);
|
||||
padding-top: 2rem;
|
||||
@@ -4592,10 +4592,13 @@ main {
|
||||
height: 25px;
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie {
|
||||
width: 100%;
|
||||
width: 70%;
|
||||
padding-left: 0;
|
||||
margin: auto;
|
||||
align-content: space-between;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie .field-content ul {
|
||||
display: flex;
|
||||
@@ -4608,7 +4611,7 @@ main {
|
||||
}
|
||||
#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: 70%;
|
||||
width: 80%;
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie .field-content ul li .node-type-projet .field_field_nom_de_l_equipe h3 {
|
||||
font-size: 0.6rem;
|
||||
|
||||
@@ -31,7 +31,7 @@ main{
|
||||
.views-element-container{
|
||||
width: 90%;
|
||||
.views-row{
|
||||
width: 90%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
border-top: solid 1px $blue_QDD;
|
||||
padding-top: 2rem;
|
||||
@@ -92,21 +92,26 @@ main{
|
||||
}
|
||||
}
|
||||
.views-field-field-projets-lie{
|
||||
width: 100%;
|
||||
width: 70%;
|
||||
padding-left: 0;
|
||||
margin: auto;
|
||||
align-content: space-between;
|
||||
margin-right: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
.field-content{
|
||||
ul{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-top: 0;
|
||||
li{
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
.node-type-projet{
|
||||
font-size: 0.4rem;
|
||||
width: 70%;
|
||||
width: 80%;
|
||||
|
||||
|
||||
.field_field_laureats{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user