fix: decrease the spacing between heading and text below it in blog index pages
This commit is contained in:
parent
ee1af7e4c3
commit
c13064dfa9
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ const BlogPage = async () => {
|
||||||
id="blog"
|
id="blog"
|
||||||
className="wrapper container py-24 md:py-28 gap-2 flex-center flex-col"
|
className="wrapper container py-24 md:py-28 gap-2 flex-center flex-col"
|
||||||
>
|
>
|
||||||
<h1 className="text-3xl md:text-5xl mb-3 pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
||||||
SVR.JS Blog
|
SVR.JS Blog
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-muted-foreground flex-center mb-2">
|
<p className="text-muted-foreground flex-center mb-2">
|
||||||
|
|
|
@ -48,7 +48,7 @@ const BlogPage = async ({ params }: { params: { id: string } }) => {
|
||||||
id="blog"
|
id="blog"
|
||||||
className="wrapper container py-24 md:py-28 gap-2 flex-center flex-col"
|
className="wrapper container py-24 md:py-28 gap-2 flex-center flex-col"
|
||||||
>
|
>
|
||||||
<h1 className="text-3xl md:text-5xl mb-3 pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
||||||
SVR.JS Blog Post
|
SVR.JS Blog Post
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-muted-foreground flex-center mb-2">
|
<p className="text-muted-foreground flex-center mb-2">
|
||||||
|
|
Loading…
Reference in a new issue