Skip to content

Commit

Permalink
style: update spacing on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Nov 1, 2023
1 parent 149cf8a commit 072a1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/vaults-v3/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ function Index(): ReactElement {
'relative pb-8 bg-neutral-0 z-50',
'min-h-screen',
'transition-transform duration-300',
isCollapsed ? 'translate-y-[416px] md:translate-y-[512px]' : 'translate-y-0'
isCollapsed ? 'translate-y-[416px] md:translate-y-[564px]' : 'translate-y-0'
)}>
<div className={'mx-auto w-full max-w-6xl'}>
<div
Expand Down

0 comments on commit 072a1ad

Please sign in to comment.