website refactor

This commit is contained in:
2026-01-20 22:31:14 +01:00
parent 51288234f4
commit 7cbec00474
52 changed files with 577 additions and 146 deletions

View File

@@ -15,7 +15,7 @@ export const RaceSummary = ({ track, meta, date }: RaceSummaryProps) => {
<Text size="xs" variant="low" block truncate>{meta}</Text>
</Box>
<Box textAlign="right">
<Text size="xs" variant="low" style={{ whiteSpace: 'nowrap' }}>
<Text size="xs" variant="low" whiteSpace="nowrap">
{date}
</Text>
</Box>