mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 08:37:22 +00:00
adjust docs nav gap to 14px per design
This commit is contained in:
parent
7e5c3cacbc
commit
e564ae46aa
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ export const DocumentNav: FC<Props> = ({ content }) => {
|
|||
<Text
|
||||
color={activeHash === heading?.headingId ? 'body' : 'primary'}
|
||||
textStyle='document-nav-link'
|
||||
mb='14px'
|
||||
>
|
||||
{heading?.title}
|
||||
</Text>
|
||||
|
|
|
|||
Loading…
Reference in a new issue