fix bug ouverture actu home

This commit is contained in:
2025-11-28 11:30:47 +01:00
parent 66fe1c4adf
commit 863f248656
3 changed files with 10 additions and 6 deletions

View File

@@ -64,13 +64,13 @@
}
.field_body{ ///// texte de présentation
// width: 80%;
width: 65%;
width: 60%;
margin: auto;
display: flex;
flex-direction: row;
flex-wrap: wrap ;
position: relative;
margin-left: 14rem;
margin-left: 15rem;
@media(max-width: 1090px){
flex-direction: column;
width: 90%;

View File

@@ -22,6 +22,7 @@
}
}
.content-actus{
width: 100%;
.slick-list{
padding-bottom: 1rem;
@media(max-width: 810px){
@@ -31,7 +32,7 @@
.view-rows-wrapper{
margin-left: 25%;
width: 65%;
width: 55%;
display: flex;
flex-direction: column;
flex-wrap: wrap;