fix bug ouverture actu home
This commit is contained in:
@@ -1724,6 +1724,9 @@ footer {
|
||||
top: -1.5rem;
|
||||
}
|
||||
}
|
||||
#actus-caroussel .content-actus {
|
||||
width: 100%;
|
||||
}
|
||||
#actus-caroussel .content-actus .slick-list {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
@@ -1734,7 +1737,7 @@ footer {
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper {
|
||||
margin-left: 25%;
|
||||
width: 65%;
|
||||
width: 55%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
@@ -2335,13 +2338,13 @@ body {
|
||||
display: none;
|
||||
}
|
||||
#home article.node-type-static .field_body {
|
||||
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) {
|
||||
#home article.node-type-static .field_body {
|
||||
|
||||
@@ -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%;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user