mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-29 06:35:41 -05:00
11 lines
107 B
CSS
11 lines
107 B
CSS
.row {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: var(--s-2);
|
|
|
|
& input {
|
|
flex: 1;
|
|
min-width: 0;
|
|
}
|
|
}
|