fix bug actus carroussel

This commit is contained in:
ouidade 2024-11-07 15:12:13 +01:00
parent 7981d2a13c
commit dc424e301a
2 changed files with 1 additions and 4 deletions

View File

@ -1386,9 +1386,6 @@ footer {
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images div { #actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images div {
height: 100%; height: 100%;
} }
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images div div {
height: 600px;
}
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images div div a { #actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images div div a {
display: block; display: block;
height: 100%; height: 100%;

View File

@ -43,7 +43,7 @@
div{ div{
height: 100%; height: 100%;
div{ div{
height: 600px; // height: 600px;
a{ a{
display: block; display: block;