polish: center-align weather delay text so it stacks neatly within its box
All checks were successful
Build and Deploy / Build & Push (push) Successful in 1m8s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Josh Wright
2026-04-05 16:02:23 -04:00
parent 8437cadee0
commit 054c82529b

View File

@@ -248,7 +248,7 @@ function ParkRow({
</div>
</div>
{isWeatherDelay && (
<div style={{ fontSize: "0.72rem", color: "var(--color-weather-text)", fontWeight: 600, textAlign: "right", maxWidth: 72, lineHeight: 1.3 }}>
<div style={{ fontSize: "0.72rem", color: "var(--color-weather-text)", fontWeight: 600, textAlign: "center", maxWidth: 72, lineHeight: 1.3 }}>
Weather Delay
</div>
)}