Skip to content

Commit

Permalink
docs: reduce space between heading and post list (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscheng authored Sep 4, 2024
1 parent ba857fe commit 7414f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/components/BlogTagsPostsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function BlogTagsPostsPageContent({
const title = _.capitalize(tag.label);
return (
<BlogLayout sidebar={sidebar}>
<header className="margin-bottom--xl">
<header className="margin-bottom--md">
<Heading as="h1">{title}</Heading>
{tag.description && <p>{tag.description}</p>}
<Link href={tag.allTagsPath}>
Expand Down

0 comments on commit 7414f1f

Please sign in to comment.