ADD: Customers

This commit is contained in:
webfussel 2024-05-21 09:00:20 +02:00
parent 8d282499bd
commit 1137cec1c1
10 changed files with 58 additions and 9 deletions

View file

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