size img home actu

This commit is contained in:
Ouidade Soussi Chiadmi 2025-04-10 10:09:59 +02:00
parent 6258b50304
commit 2954285719
2 changed files with 4 additions and 4 deletions

View File

@ -1709,7 +1709,7 @@ footer {
}
}
#actus-caroussel .content-actus .slick-list {
padding-bottom: 4rem;
padding-bottom: 1rem;
}
@media (max-width: 810px) {
#actus-caroussel .content-actus .slick-list {
@ -1777,7 +1777,7 @@ footer {
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_images .actu-diaporama .slick-list .cadre-img-zoom {
display: flex;
margin: auto;
width: 250px;
width: 150px;
height: auto;
}
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_images .actu-diaporama .slick-list .cadre-img-zoom img {

View File

@ -23,7 +23,7 @@
}
.content-actus{
.slick-list{
padding-bottom: 4rem;
padding-bottom: 1rem;
@media(max-width: 810px){
padding-bottom: 0rem;
}
@ -85,7 +85,7 @@
.cadre-img-zoom{
display: flex;
margin: auto;
width: 250px;
width: 150px;
height: auto;
img{
width: 100%;