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:
parent
f27b23bec8
commit
60b58b3f57
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue