Skip to content

Commit

Permalink
📐 alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Aug 26, 2024
1 parent 3f8623b commit fcce48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/app/routes/$project.($slug).tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ export default function Page() {
<FrontmatterBlock
kind={article.kind}
frontmatter={article.frontmatter}
className="pt-5"
className="pt-9"
/>
<div
className="sticky z-10 hidden h-0 pt-2 ml-10 col-margin-right lg:block"
className="sticky z-10 hidden h-0 pt-5 ml-10 col-margin-right lg:block"
style={{ top }}
>
<DocumentOutline top={16} className="relative lg:block" outlineRef={outline} />
Expand Down

0 comments on commit fcce48c

Please sign in to comment.