File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ export default async function Page({
5353
5454 return (
5555 < >
56- < div className = "h-10 " />
56+ < div className = "h-12 " />
5757
5858 < Prose >
59- < h1 className = "font-heading mb-6 " > { post . metadata . title } </ h1 >
59+ < h1 className = "font-heading mb-2 " > { post . metadata . title } </ h1 >
6060
61- < p className = "lead" > { post . metadata . description } </ p >
61+ < p className = "lead mt-2 mb-6 " > { post . metadata . description } </ p >
6262
6363 < div >
6464 < LLMCopyButtonWithViewOptions
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export function Header() {
3333 href = "https://shadcnstudio.com?utm_source=chanhdai& utm_medium = banner & utm_campaign = github "
3434 target = "_blank"
3535 rel = "noopener"
36- className = "flex items-center gap-2.5 rounded-md bg-zinc-50 px-2.5 py-2 transition-colors duration-300 hover:bg-zinc-100 dark:bg-zinc-900 dark:hover:bg-zinc-800 "
36+ className = "flex items-center gap-2.5 rounded-md bg-zinc-50 px-2.5 py-2 transition-colors duration-300 hover:bg-zinc-100 dark:bg-zinc-900/60 dark:hover:bg-zinc-900 "
3737 >
3838 < svg
3939 viewBox = "0 0 328 329"
Original file line number Diff line number Diff line change @@ -20,8 +20,10 @@ function Prose({
2020 data-slot = "prose"
2121 className = { cn (
2222 "prose max-w-none prose-zinc dark:prose-invert" ,
23- "prose-headings:font-heading prose-headings:text-balance" ,
24- "prose-h2:border-b prose-h2:pb-2" ,
23+ "prose-headings:font-heading prose-headings:font-semibold prose-headings:tracking-tight prose-headings:text-balance" ,
24+ "prose-h1:text-3xl" ,
25+ "prose-h2:border-b prose-h2:pb-1" ,
26+ "prose-lead:text-base" ,
2527 "prose-a:font-medium prose-a:wrap-break-word prose-a:text-foreground prose-a:underline prose-a:underline-offset-4" ,
2628 "prose-code:rounded-md prose-code:border prose-code:bg-muted/50 prose-code:px-[0.3rem] prose-code:py-[0.2rem] prose-code:text-sm prose-code:font-normal prose-code:before:content-none prose-code:after:content-none" ,
2729 "prose-strong:font-medium" ,
You can’t perform that action at this time.
0 commit comments