21 lines
248 B
CSS
21 lines
248 B
CSS
|
|
.logos_container {
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.logos_partenaires {
|
|
margin: auto;
|
|
margin-left: 0px;
|
|
padding: 20px;
|
|
height: 130px;
|
|
width: 130px;
|
|
}
|
|
|
|
.logos_partenaires img {
|
|
margin: auto;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|