mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-15 15:46:00 -05:00
10 lines
95 B
CSS
10 lines
95 B
CSS
.root {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
|
|
& input {
|
|
width: 100%;
|
|
}
|
|
}
|