mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-01-24 17:39:33 +01:00
14 lines
218 B
SCSS
14 lines
218 B
SCSS
.partners {
|
|
text-align: center;
|
|
background-color: white;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.partner_box-img {
|
|
margin: 16px;
|
|
max-width: 256px;
|
|
max-height: 192px;
|
|
} |