mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-22 02:14:41 -05:00
8 lines
104 B
CSS
8 lines
104 B
CSS
.players {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 0;
|
|
gap: var(--s-3);
|
|
list-style: none;
|
|
}
|