mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
11 lines
161 B
CSS
11 lines
161 B
CSS
.u-edit__container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
gap: var(--s-6);
|
|
}
|
|
|
|
.u-edit__country-select {
|
|
max-width: 10rem;
|
|
}
|