New collaborators

This commit is contained in:
2026-05-24 22:52:06 +03:00
parent ec3c87f20e
commit e7ecbf3dcf
8 changed files with 36 additions and 1 deletions

View File

@@ -12,11 +12,21 @@
}
.collabLogo {
max-width: 200px;
max-width: 180px;
max-height: 100px;
width: auto;
height: auto;
object-fit: contain;
}
.collabLogoRow {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 3rem;
padding: 1.5rem 0;
}
@media screen and (max-width: 600px) {