mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-05 12:46:19 -05:00
6 lines
64 B
CSS
6 lines
64 B
CSS
.pool {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: var(--s-2-5);
|
|
}
|