mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-05 20:56:13 -05:00
16 lines
213 B
CSS
16 lines
213 B
CSS
.root {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-inline: var(--s-1-5);
|
|
}
|
|
|
|
.values {
|
|
display: flex;
|
|
gap: var(--s-2);
|
|
font-weight: var(--weight-semi);
|
|
}
|
|
|
|
.sub {
|
|
color: var(--color-text-high);
|
|
}
|