CHANGE team list: Make number of team members on front page configurable

This commit is contained in:
Hoernschen 2025-08-11 15:41:21 +02:00
parent 9b6557bb0c
commit e21c1e2182
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
3 changed files with 32 additions and 23 deletions

View file

@ -207,25 +207,30 @@ img {
.team {
align-items: center;
text-align: center;
}
.team-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
a {
color: inherit;
margin: 0 auto;
.list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 2rem;
justify-content: center;
a {
color: inherit;
margin: 0 auto;
.member {
display: inline-block;
align-items: center;
text-align: center;
padding: 1rem;
.title {
font-size: x-large;
padding-bottom: 0.1rem;
text-align: center;
}
}
}
}
}
.teammember {
display: inline-block;
align-items: center;
text-align: center;
padding: 1rem;
}
.avatar {
width: 15rem;
height: 15rem;