mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-19 01:10:25 -05:00
6 lines
74 B
CSS
6 lines
74 B
CSS
.matchList {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--s-3);
|
|
}
|