fix bug actus carroussel
This commit is contained in:
parent
7981d2a13c
commit
dc424e301a
|
@ -1386,9 +1386,6 @@ footer {
|
|||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images div {
|
||||
height: 100%;
|
||||
}
|
||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images div div {
|
||||
height: 600px;
|
||||
}
|
||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images div div a {
|
||||
display: block;
|
||||
height: 100%;
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
div{
|
||||
height: 100%;
|
||||
div{
|
||||
height: 600px;
|
||||
// height: 600px;
|
||||
|
||||
a{
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue