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 {
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 {
display: block;
height: 100%;

View File

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