File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<h1
2- class =" text-accent text-2xl pb-3 pl-1 mb-2 mt-7 font-semibold border-b-4 border-double border-accent/30"
2+ class =" text-accent text-2xl pb-3 pl-1 mb-2 mt-4 md:mt- 7 font-semibold border-b-4 border-double border-accent/30"
33>
44 <slot />
55</h1 >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const { minutesRead } = remarkPluginFrontmatter
1515const description = remarkPluginFrontmatter .description || post .data .description
1616---
1717
18- <article class =" w-full py-5 my-4 border-accent/10" >
18+ <article class =" w-full py-5 my-1 md:my- 4 border-accent/10" >
1919 <h1 class =" mb-3 text-2xl text-[var(--theme-h1)] font-semibold" >
2020 <a href ={ ` /posts/${post .id } ` } ># { post .data .title } </a >
2121 </h1 >
You can’t perform that action at this time.
0 commit comments