add sort & view for species
This commit is contained in:
parent
718ca47696
commit
6fff7422e8
26 changed files with 1448 additions and 432 deletions
|
|
@ -1,10 +1,29 @@
|
|||
.team{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 2ch;
|
||||
.member{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2ch;
|
||||
width: calc(50% - 2ch);
|
||||
|
||||
.name{
|
||||
font-weight: bold;
|
||||
}
|
||||
.details{
|
||||
font-size: var(--fs-normal);
|
||||
margin-top: calc(var(--spacing)*0.25);
|
||||
}
|
||||
img{
|
||||
width: 60px;
|
||||
width: 100px;
|
||||
aspect-ratio: 1/1;
|
||||
background-color: #cfcfcf;
|
||||
border-radius: var(--radius-img);
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue