36 lines
407 B
CSS

section.list
{
display : flex;
justify-content : space-between;
flex-wrap:wrap;
}
section.list > div
{
width : 30%;
}
section.list img {
display:inline-block;
}
.short-text {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/* modification par Yann */
nav {
position: fixed;
width: 79.4%;
background-color: #13171f;
top: 0;
}
h5 {
margin-top: 60px;
}