New collaborators
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user