degug css /actualites

This commit is contained in:
Ouidade Soussi Chiadmi 2025-03-14 14:25:07 +01:00
parent ba724f32f9
commit 63fe7d48d6
2 changed files with 2 additions and 2 deletions

View File

@ -4051,7 +4051,7 @@ main {
}
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_images .actu-diaporama .slick-list .cadre-img-zoom img {
width: 100%;
height: 100%;
height: auto;
object-fit: cover;
-moz-border-radius: 9px; /* pour Mozilla */
-khtml-border-radius: 9px; /* pour Safari et Chrome */

View File

@ -83,7 +83,7 @@
img{
width: 100%;
height: 100%;
height: auto;
object-fit: cover;
-moz-border-radius: 9px; /* pour Mozilla */
-khtml-border-radius: 9px; /* pour Safari et Chrome */