|
@@ -191,12 +191,12 @@
|
|
|
.views-field-field-sous-titre{
|
|
|
|
|
|
grid-row: 5;
|
|
|
- }
|
|
|
- .views-field-field-sous-titre{
|
|
|
- padding: .5rem 0 1rem 0;
|
|
|
+
|
|
|
+ padding: .5rem 0 .5rem 0;
|
|
|
}
|
|
|
.views-field-field-type-evenement{
|
|
|
grid-row: 6;
|
|
|
+ padding-bottom: 1rem;
|
|
|
}
|
|
|
.views-field-field-dates-actu{
|
|
|
grid-row: 4;
|
|
@@ -412,10 +412,10 @@
|
|
|
.field_document{
|
|
|
padding: 0.5rem 1rem;
|
|
|
.paragraph{
|
|
|
- margin-bottom: 2rem;
|
|
|
+ margin-bottom: 0;
|
|
|
color: white;
|
|
|
display: grid;
|
|
|
- grid-template-columns: 42% auto;
|
|
|
+ grid-template-columns: 25% auto;
|
|
|
}
|
|
|
.field_titre{
|
|
|
font-weight: 600;
|
|
@@ -434,7 +434,7 @@
|
|
|
|
|
|
|
|
|
background-color: black;
|
|
|
- margin-bottom: 3rem;
|
|
|
+ margin-bottom: 5rem;
|
|
|
margin-top: -5rem;
|
|
|
h2{
|
|
|
color: white;
|
|
@@ -469,7 +469,7 @@
|
|
|
background: $col-met;
|
|
|
}
|
|
|
.views-row{
|
|
|
- padding: .5rem 0;
|
|
|
+ padding: 0.3rem 0;
|
|
|
&:last-of-type{
|
|
|
margin-bottom: 1rem;
|
|
|
}
|