degug css /actualites

This commit is contained in:
Ouidade Soussi Chiadmi 2025-03-14 14:37:03 +01:00
parent 63fe7d48d6
commit b76a3fe593
3 changed files with 3 additions and 4 deletions

View File

@ -1549,7 +1549,6 @@ footer {
}
#actus-caroussel .content-actus .views-row article.node-type-actualite div .field_field_images {
order: 1;
background-color: black;
-moz-border-radius: 9px; /* pour Mozilla */
-khtml-border-radius: 9px; /* pour Safari et Chrome */
-webkit-border-radius: 9px; /* pour Safari sur Mac */
@ -1925,7 +1924,7 @@ body {
overflow: hidden;
}
#home .config_pages--type--diaporama-home .diaporama .slick-list .slick-track img {
width: 100%;
width: 100% !important;
height: auto;
object-fit: cover;
}

View File

@ -11,7 +11,7 @@
max-height: 1281px;
overflow:hidden;
img{
width: 100%;
width: 100% !important;
height: auto;
object-fit: cover;
// transform: scale(1.2);

View File

@ -48,7 +48,7 @@
align-items: flex-start;
.field_field_images{
order: 1;
background-color: black;
// background-color: black;
-moz-border-radius: 9px; /* pour Mozilla */
-khtml-border-radius: 9px; /* pour Safari et Chrome */
-webkit-border-radius: 9px; /* pour Safari sur Mac */