width img /actualites

This commit is contained in:
2025-10-02 22:15:37 +02:00
parent db4e38cf0d
commit 22a5f8038f
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -3237,7 +3237,8 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
}
.page-actualites .view-actus .views-row .node-type-actualite .entete_actu .image-actualite img {
width: 100%;
height: auto;
height: 15rem;
object-fit: cover;
}
.page-actualites .view-actus .views-row .node-type-actualite .entete_actu .infos-content {
height: fit-content;
@@ -29,7 +29,8 @@
margin: auto;
img{
width: 100%;
height: auto;
height: 15rem;
object-fit: cover;
}
}
.infos-content{