123
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 19 : | Ligne 19 : | ||
-ms-flex-pack: justify; | -ms-flex-pack: justify; | ||
justify-content: space-between; | justify-content: space-between; | ||
} | |||
.bloc-liste { | |||
display: -ms-flexbox; | |||
display: flex; | |||
-ms-flex-wrap: wrap; | |||
flex-wrap: wrap; | |||
} | } |