mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-01-24 09:29:34 +01:00
Partenaires: alignement centré
This commit is contained in:
parent
8ce197458a
commit
d81cd6e87c
@ -1,10 +1,14 @@
|
||||
.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: 256px;
|
||||
max-height: 192px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user