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

@ -7,6 +7,7 @@
margin-top: 3rem;
display: flex;
gap: 3rem;
flex-wrap: wrap;
}
& article {
@ -16,6 +17,8 @@
padding: 2rem;
background: var(--color-black);
border-radius: 20px;
min-width: 300px;
flex: 1;
& p:last-of-type {
margin-top: 2rem;