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