fix bug actus carroussel

This commit is contained in:
ouidade 2024-11-07 15:15:34 +01:00
parent dc424e301a
commit 6ba46822d8
2 changed files with 2 additions and 0 deletions

View File

@ -1461,6 +1461,7 @@ footer {
} }
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_body p { #actus-caroussel .content-actus .views-row article.node-type-actualite .field_body p {
margin: 0; margin: 0;
margin-bottom: 1rem;
font-size: 0.7rem; font-size: 0.7rem;
} }
#actus-caroussel .content-actus .views-row:nth-child(odd) { #actus-caroussel .content-actus .views-row:nth-child(odd) {

View File

@ -124,6 +124,7 @@
font-family: 'gilroy-regular'; font-family: 'gilroy-regular';
p{ p{
margin: 0; margin: 0;
margin-bottom: 1rem;
font-size: 0.7rem ; font-size: 0.7rem ;
} }
} }