style: reduce top padding on kiosk display

- Changed padding from p-16 to p-4 pt-2
- Brings KPI cards closer to navigation bar
- Better use of screen space for TV display
This commit is contained in:
lorentz 2026-02-03 23:39:38 -05:00
parent f27b23bec8
commit 60b58b3f57

View file

@ -163,7 +163,7 @@ export function CyclingDisplay({ stats, cycleInterval }: CyclingDisplayProps) {
const currentKpi = kpis[currentIndex];
return (
<div className="flex-1 flex items-center justify-center p-16">
<div className="flex-1 flex items-center justify-center p-4 pt-2">
<div
className={`w-full max-w-6xl transition-opacity duration-300 ${
isTransitioning ? 'opacity-0' : 'opacity-100'