36 lines
433 B
CSS
36 lines
433 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;
|
|
}
|
|
|
|
.recherche {
|
|
width : 75px;
|
|
height : 24px;
|
|
}
|
|
|
|
.apliiiiiii{
|
|
width : 75px;
|
|
height : 24px;
|
|
color: red;
|
|
}
|
|
|
|
.testtt{
|
|
width : 75px;
|
|
height : 24px;
|
|
color: red;
|
|
} |