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 {
|
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images div {
|
||||||
height: 100%;
|
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 {
|
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images div div a {
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
div{
|
div{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
div{
|
div{
|
||||||
height: 600px;
|
// height: 600px;
|
||||||
|
|
||||||
a{
|
a{
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue