espace & taille titre sous-titre

This commit is contained in:
2025-03-20 11:29:50 +01:00
parent d694c2e79c
commit 8241434c42
4 changed files with 62 additions and 11 deletions

View File

@@ -1,6 +1,10 @@
#actualites{
background-color: #f6f7f3;
// background-color: #f6f7f3;
// background-color:white !important;
main{
background-color:white ;
}
.layout-container main{
padding-top: $header-height-big;
}
@@ -207,12 +211,20 @@
}
.field_title{
order: 5;
a{
color: $blue_QDD;
font-size: 1.2rem;
pointer-events: none;
cursor: default;
h2{
font-size: 1.2rem;
font-family: 'gilroy-medium';
}
a{
color: $blue_QDD;
pointer-events: none;
cursor: default;
}
}
.field_field_sous_titre{
color: $blue_QDD;
font-family: 'gilroy-light';
font-size: 1.2rem;
}
.field_body {
@@ -287,6 +299,15 @@
width: 100%;
background-color: $background-gris;
padding-top: 2rem;
.field_title{
h2{
font-size: 1rem !important;
}
}
.field_field_sous_titre{
font-size: 1rem !important;
}
}
}

View File

@@ -239,6 +239,7 @@
text-align: center;
font-size: 0.9rem;
font-family: 'gilroy-light';
color: white;
}
.field_body{
text-align: center;

View File

@@ -207,10 +207,17 @@
cursor: default;
}
h2{
margin: 0;
margin-top: 0.5rem;
margin-bottom: 0;
padding-left: 0;
font-family: 'gilroy-medium';
}
}
.field_field_sous_titre{
color: $blue_QDD;
font-family: 'gilroy-light';
font-size: 1.2rem;
}
.field_body {
order: 6;