update crew list; css tweaks
This commit is contained in:
parent
6f6c0c3a6d
commit
800f67a04f
6 changed files with 20 additions and 7 deletions
|
@ -46,14 +46,14 @@
|
|||
}
|
||||
|
||||
#crew-list {
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 1em;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.crew-item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
display: grid;
|
||||
grid-template-columns: 64px 1fr;
|
||||
gap: .5em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue