mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 21:27:48 -05:00
6 lines
90 B
CSS
6 lines
90 B
CSS
.root {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-inline: var(--s-1-5);
|
|
}
|