mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
15 lines
208 B
CSS
15 lines
208 B
CSS
.root {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.title {
|
|
font-size: var(--font-lg);
|
|
}
|
|
|
|
.subtitle {
|
|
font-weight: var(--weight-bold);
|
|
font-size: var(--font-xs);
|
|
color: var(--color-text-high);
|
|
}
|