This commit is contained in:
2025-10-09 19:37:00 -05:00
parent 9d2f14b383
commit d84be97dfa
3 changed files with 66 additions and 20 deletions

View File

@ -192,6 +192,21 @@ div.post {
padding: 1px;
}
.memberPhoto{
display: flex;
flex-direction: column-reverse;
height: 100%;
align-items: center;
}
.memberPhoto img{
width: 100%;
}
.member p{
font-size: 9pt;
}
li.member{
border-style: solid;
border-color: #25a89d;