Collaboration section

This commit is contained in:
2022-07-07 22:49:07 +03:00
parent a9db8fb236
commit ea23ee1f0d
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
.collabContainer {
display: flex;
flex-wrap: wrap;
justify-content: center;
span {
margin-right: 2em;
font-size: 1.6rem;
font-weight: bolder;
line-height: 2em;
}
}