use text-wrap balance

This commit is contained in:
Samuel Newman
2026-05-27 15:01:01 +03:00
parent 3167aeb732
commit a61e39bc37
+1 -1
View File
@@ -137,7 +137,7 @@ export function StarterPack(props: {
fontSize: isLongTitle ? 55 : 65,
display: 'flex',
textAlign: 'center',
textWrap: 'pretty',
textWrap: 'balance',
}}>
{record?.name || 'Starter Pack'}
</div>