File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const toc = generateToc(headings)
4040
4141<details
4242 open
43- class =" relative text-foreground/90 bg-foreground/6 xl:bg-transparent px-8 xl:pr-2 py-6 mt-5 xl:mt-0 w-full rounded-xl border-3 xl:border-none border-accent/10 xl:sticky xl:top-6 xl:basis-[280px] 2xl:basis-[340px] xl:order-2 xl:shrink-0"
43+ class =" relative text-foreground/90 bg-foreground/6 xl:bg-transparent px-8 xl:pr-2 py-6 mt-5 xl:mt-0 w-full rounded-xl border-3 xl:border-none border-accent/10 xl:sticky xl:top-10 xl:basis-[280px] 2xl:basis-[340px] xl:order-2 xl:shrink-0"
4444>
4545 <summary
4646 class =" list-none marker:hidden marker:content-[''] before:content-['>'] before:text-accent before:font-semibold before:absolute before:left-3 cursor-pointer"
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ if (addendum.length > 0) {
8383 )
8484 }
8585 <!-- <hr class="border-accent/10 border-2 rounded-xl hidden lg:block" /> -->
86- <div class =" flex flex-col xl:gap-10 2xl:gap-20 xl:flex-row xl:items-start" >
86+ <div class =" flex flex-col xl:gap-8 2xl:gap-18 xl:flex-row xl:items-start" >
8787 { headings .length > 0 && <TableOfContents headings = { headings } />}
88- <div class =" mb-5 xl:min-w-[640px] xl:max -w-3xl prose" >
88+ <div class =" mb-5 xl:min-w-[648px] 2xl:min -w-[688px] prose" >
8989 <PostContent />
9090 </div >
9191 </div >
You can’t perform that action at this time.
0 commit comments