Push Infrastructure KPI cards down further from hero banner

This commit is contained in:
Claude 2026-06-18 16:56:18 +00:00
parent 4cd6d31467
commit 0ba30804f1
No known key found for this signature in database

View file

@ -50,7 +50,7 @@ function App() {
<section
className="relative flex w-full flex-col overflow-hidden"
style={{ height: 'calc(100vh - 56px)', scrollbarWidth: 'none', padding: showHero ? '40px 24px 24px 24px' : '16px 24px 24px 24px', gap: '20px', zIndex: 1 }}
style={{ height: 'calc(100vh - 56px)', scrollbarWidth: 'none', padding: showHero ? '72px 24px 24px 24px' : '16px 24px 24px 24px', gap: '20px', zIndex: 1 }}
>
<Routes>
<Route path="/" element={<Glance />} />