46 lines
498 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: 100%;
background-color: #13171f;
top: 0;
right: 0;
}
h5 {
margin-top: 60px;
}
.container ul {
left: 0;
}
.container li {
margin-right : 20px;
}