This commit is contained in:
armansansd 2021-11-22 14:34:05 +01:00
parent 24ffb38bd5
commit 546317d1cc
2 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

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