CHANGE team list: Make number of team members on front page configurable
This commit is contained in:
parent
9b6557bb0c
commit
e21c1e2182
3 changed files with 32 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue