mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
rm extra space
This commit is contained in:
parent
27b8f299fa
commit
40c8e0537f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export default function SideNavLayout(props) {
|
|||
return (
|
||||
<BaseLayout title={title}>
|
||||
<div className="mx-auto max-w-6xl lg:flex lg:gap-8">
|
||||
<aside className="sticky top-[6em] z-10 hidden max-h-[calc(100vh-6em)] max-w-[16em] overflow-y-auto pb-8 lg:block lg:flex-grow">
|
||||
<aside className="sticky top-[6em] z-10 hidden max-h-[calc(100vh-6em)] max-w-[16em] overflow-y-auto pb-8 lg:block lg:flex-grow">
|
||||
<SideNav activeChapter={title.split('. ')[0]} toc={toc} />
|
||||
</aside>
|
||||
|
||||
|
|
Loading…
Reference in a new issue