This commit is contained in:
Yann KERAUDREN 2024-06-19 12:08:26 +02:00
parent a47749459f
commit bb691fc7a3

@ -18,7 +18,7 @@ section.list img {
text-overflow: ellipsis; text-overflow: ellipsis;
display: grid; display: grid;
grid-template-columns: 200px 5px auto; grid-template-columns: 200px 5px auto;
grid-template-rows: auto; grid-template-rows: auto auto;
justify-content: space-between; justify-content: space-between;
} }