File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/section-blog-theme/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export function Article({ className, children }: ArticleProps) {
10
10
return (
11
11
< article
12
12
className = { cn (
13
- "nx-max-w-4xl nx-mt-5 nx- px-5 sm: nx-px-0 nx-mb-20 nx-format nx-format-section nx-format-img:nx-mx-auto sm:nx-format-sm md:nx-format-base lg:nx-format-lg nx-mx-auto" ,
13
+ "nx-max-w-4xl nx-px-4 nx-py-4 nx-mb-20 nx-format nx-format-section nx-format-img:nx-mx-auto sm:nx-format-sm md:nx-format-base lg:nx-format-lg nx-mx-auto" ,
14
14
className ,
15
15
) }
16
16
>
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export function Read({
52
52
53
53
< Seo pageOpts = { pageOpts } themeConfig = { themeConfig } />
54
54
55
- < Card className = "nx-max-w-4xl nx-mt-12 nx-border-none nx-shadow-none nx-format nx-format-section sm:nx-format-sm md:nx-format-base lg:nx-format-lg xl:nx-format-xl 2xl:nx-format-xl nx-mx-auto" >
55
+ < Card className = "nx-max-w-4xl nx-px-4 nx- mt-12 nx-border-none nx-shadow-none nx-format nx-format-section sm:nx-format-sm md:nx-format-base lg:nx-format-lg xl:nx-format-xl 2xl:nx-format-xl nx-mx-auto" >
56
56
57
57
< CardContent className = "nx-px-5 !nx-pb-0 sm:nx-px-0" >
58
58
< h1 className = "nx-antialiased !nx-mb-3 nx-text-3xl nx-font-bold nx-tracking-wide sm:nx-text-4xl md:nx-text-5xl" > { frontMatter . title } </ h1 >
You can’t perform that action at this time.
0 commit comments