/lesprojets
This commit is contained in:
@@ -4504,7 +4504,6 @@ main {
|
||||
width: fit-content;
|
||||
margin-left: 10%;
|
||||
margin: auto;
|
||||
padding-left: 20%;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#lesprojets .content_container #block-quartiers-de-demain-titredepage {
|
||||
@@ -4528,9 +4527,10 @@ main {
|
||||
flex-direction: row;
|
||||
border-top: solid 1px rgb(7, 50, 194);
|
||||
padding-top: 2rem;
|
||||
margin-left: 2rem;
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-group {
|
||||
width: 25%;
|
||||
width: 18%;
|
||||
margin-bottom: 2rem;
|
||||
font-size: 0.4rem;
|
||||
}
|
||||
@@ -4592,8 +4592,10 @@ main {
|
||||
height: 25px;
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie {
|
||||
width: 75%;
|
||||
width: 70%;
|
||||
padding-left: 0;
|
||||
margin: auto;
|
||||
align-content: space-between;
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie .field-content ul {
|
||||
display: flex;
|
||||
@@ -4602,6 +4604,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: 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;
|
||||
|
||||
@@ -12,7 +12,7 @@ main{
|
||||
width: fit-content;
|
||||
margin-left: 10%;
|
||||
margin: auto;
|
||||
padding-left: 20%;
|
||||
// padding-left: 20%;
|
||||
|
||||
@media(max-width: 810px){
|
||||
margin-top: 14rem;
|
||||
@@ -35,8 +35,9 @@ main{
|
||||
flex-direction: row;
|
||||
border-top: solid 1px $blue_QDD;
|
||||
padding-top: 2rem;
|
||||
margin-left: 2rem;
|
||||
.views-field-group{
|
||||
width: 25%;
|
||||
width: 18%;
|
||||
margin-bottom: 2rem;
|
||||
font-size: 0.4rem ;
|
||||
|
||||
@@ -91,8 +92,10 @@ main{
|
||||
}
|
||||
}
|
||||
.views-field-field-projets-lie{
|
||||
width: 75%;
|
||||
width: 70%;
|
||||
padding-left: 0;
|
||||
margin: auto;
|
||||
align-content: space-between;
|
||||
.field-content{
|
||||
ul{
|
||||
display: flex;
|
||||
@@ -100,6 +103,7 @@ main{
|
||||
margin-top: 0;
|
||||
li .node-type-projet{
|
||||
font-size: 0.4rem;
|
||||
width: 80%;
|
||||
.field_field_laureats{
|
||||
|
||||
}
|
||||
|
||||
@@ -32,8 +32,6 @@
|
||||
*/
|
||||
#}
|
||||
|
||||
{# À enlever après vérification #}
|
||||
view.id(): {{ view.id() }} | view.current_display: {{ view.current_display }}
|
||||
|
||||
|
||||
{% for field in fields -%}
|
||||
|
||||
Reference in New Issue
Block a user