Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 9c3a386

Browse files
committed
style: remove top gap on mobile nav
1 parent 5ab0a64 commit 9c3a386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Nav/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default function Nav() {
8888

8989
<VStack
9090
pos="absolute"
91-
top={2}
91+
top={0}
9292
left={0}
9393
right={0}
9494
display={mobileNav.isOpen ? 'flex' : 'none'}

0 commit comments

Comments
 (0)