mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
16 lines
177 B
CSS
16 lines
177 B
CSS
.container {
|
|
display: flex;
|
|
width: 100%;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
gap: var(--s-6);
|
|
}
|
|
|
|
.sensSelect {
|
|
width: 6rem;
|
|
}
|
|
|
|
.weaponPool {
|
|
width: 20rem;
|
|
}
|