From 367e7c6e03c216e5912d140a707cc3fcef87e5dc Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Fri, 2 Dec 2022 17:56:44 +0100 Subject: [PATCH] remove any margin on first MD item (#109) [Fixes #75, issue when articles start with an H2 had extra margin between the H1 section and the starting H2. --- src/pages/[...slug].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[...slug].tsx b/src/pages/[...slug].tsx index f16e3fa1dc..9119adae5a 100644 --- a/src/pages/[...slug].tsx +++ b/src/pages/[...slug].tsx @@ -116,7 +116,7 @@ const DocPage: NextPage = ({ frontmatter, content, navLinks, lastModified - +