mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 22:58:08 +00:00
fix: use margin instead of text indent for table of contents
This commit is contained in:
parent
6327578590
commit
d3a7e4d14b
@ -124,6 +124,8 @@ const TocItem = styled(Link)<{ active: boolean }>`
|
||||
}
|
||||
|
||||
&.level-3 {
|
||||
text-indent: 16px;
|
||||
& > * {
|
||||
margin-left: 16px;
|
||||
}
|
||||
}
|
||||
`
|
||||
|
Loading…
x
Reference in New Issue
Block a user