degug css /actualites
This commit is contained in:
parent
63fe7d48d6
commit
b76a3fe593
@ -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;
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
max-height: 1281px;
|
||||
overflow:hidden;
|
||||
img{
|
||||
width: 100%;
|
||||
width: 100% !important;
|
||||
height: auto;
|
||||
object-fit: cover;
|
||||
// transform: scale(1.2);
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user