fix bug actus carroussel
This commit is contained in:
parent
dc424e301a
commit
6ba46822d8
|
@ -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) {
|
||||||
|
|
|
@ -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 ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue