mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-02 18:01:29 -05:00
11 lines
127 B
CSS
11 lines
127 B
CSS
.listingList {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: var(--s-6);
|
|
justify-content: center;
|
|
}
|
|
|
|
.typeSelect {
|
|
width: 220px;
|
|
}
|