File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const { frontmatter } = Astro.props
1515
1616<Layout title ={ frontmatter .title } description ={ frontmatter .description } >
1717 <div class =" max-w-full py-7.5" >
18- <h1 class =" mb-3 text-2xl text-[var(--theme-h1)] font-semibold" >
18+ <h1 class =" mb-3 text-[1.75rem] text-[var(--theme-h1)] font-semibold" >
1919 # { frontmatter .title }
2020 </h1 >
2121 <div class =" mb-5 prose" >
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ if (addendum.length > 0) {
5555 />
5656 )
5757 }
58- <h1 class =" mb-3 text-2xl text-[var(--theme-h1)] font-semibold" >
58+ <h1 class =" mb-3 text-[1.75rem] text-[var(--theme-h1)] font-semibold" >
5959 # { postData .title }
6060 </h1 >
6161 <div class =" text-foreground/80 mb-2.5" >
@@ -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-8 2xl:gap-18 xl:flex-row xl:items-start" >
86+ <div class =" flex flex-col xl:gap-4 2xl:gap-18 xl:flex-row xl:items-start" >
8787 { postData .toc && headings .length > 0 && <TableOfContents headings = { headings } />}
88- <div class =" mb-5 xl:min-w-[648px] 2xl:min-w-[688px] prose" >
88+ <div class =" mb-5 xl:min-w-full 2xl:min-w-full prose" >
8989 <PostContent />
9090 </div >
9191 </div >
You can’t perform that action at this time.
0 commit comments