Updated Doc

This commit is contained in:
PascalMarchesseault
2024-09-01 09:01:59 -04:00
parent 38dad26234
commit b2fed655de
10 changed files with 443 additions and 849 deletions

View File

@@ -13,4 +13,29 @@
.p-tos {
font-size: 1.1rem;
margin-bottom: 15px;
}
.card-member {
margin: 10px;
}
.card-content {
margin: 10px;
}
.member-name {
font-size: 1.5rem;
font-weight: bold;
}
.member-title {
font-size: 1rem;
margin-bottom: 15px;
}
.member-description {
hyphens: auto;
font-size: 0.8rem;
text-align: justify;
}