sendou.ink/app/components/match-page/MatchPageHeader.module.css
2026-04-03 16:20:17 +03:00

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);
}