Push Infrastructure KPI cards down further from hero banner
This commit is contained in:
parent
4cd6d31467
commit
0ba30804f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 />} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue