Skip to content

Commit 81927ec

Browse files
committed
feat: adjust the app logo to be horizontally centered
1 parent a47bdd4 commit 81927ec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/foundation/components/GlobalNav.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ const _GlobalNav = () => {
2626
</Navbar.Item>
2727
</Navbar.Content>
2828

29-
<Navbar.Brand>
29+
<Navbar.Brand
30+
css={{
31+
position: 'absolute',
32+
left: '50%',
33+
transform: 'translateX(-50%)',
34+
}}
35+
>
3036
<JsonSeaLogoTitle height={36} />
3137
</Navbar.Brand>
3238

0 commit comments

Comments
 (0)