entrouvert: replace flex with float (#35274)

This commit is contained in:
Christophe Siraut 2019-08-13 14:11:12 +02:00
parent 8ecf76f858
commit 9e07ff4a5e
1 changed files with 2 additions and 6 deletions

View File

@ -175,14 +175,10 @@ div.carrousel-content a.carrousel-previous, div.carrousel-content a.carrousel-ne
color: #ccc;
}
div.references {
display: flex;
flex-wrap: wrap;
}
div.references div.references-item {
float: left;
max-width: 560px;
margin: 5px auto;
margin: 5px 0;
}
div.references div.references-item div.references-item-image {