wf4/components/Customers/Customers.css
2024-05-21 09:00:20 +02:00

15 lines
251 B
CSS

.Customers {
& .customer-list {
margin-top: 3rem;
display: flex;
gap: 3rem;
& img {
height: 50px;
&.white {
filter: brightness(0) invert(1);
}
}
}
}