SAEWEB2.2/ci/assets/style.css

21 lines
251 B
CSS
Raw Normal View History

2024-05-21 15:05:29 +02:00
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;
}