Librezo/sass/css/partners.scss

14 lines
218 B
SCSS
Raw Normal View History

2023-04-19 15:40:47 +02:00
.partners {
text-align: center;
2023-06-07 08:11:36 +02:00
background-color: white;
2025-01-07 22:50:58 +01:00
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
2023-04-19 15:40:47 +02:00
}
.partner_box-img {
margin: 16px;
max-width: 256px;
2025-01-07 22:50:58 +01:00
max-height: 192px;
2023-04-19 15:40:47 +02:00
}