.visuel-holder .legende {
font-size: 18px;
float:left;
+ padding-bottom: 10px; // When there is a long legend and a "view site" button, they may wrap, so provide space between them.
}
}
img {
min-width: 462px; // 530 - 34*2
- display: block; // Stops strange gap under image when right at the bottom
+ vertical-align: bottom; // Stops gap under image when right at the bottom
+ // (caused by images being inline elements and having space for character descenders).
+ // This is a better solution than setting it to display:block because images can still be aligned this way.
}
}
position: absolute;
top: -325px;
//left: 110px;
- width:1280xp;
+ width:1280px;
height:1280px;
z-index: 2;
}