From d61300836f84c3f914a7d615e20a80b9155d9389 Mon Sep 17 00:00:00 2001 From: Marc Young Date: Wed, 21 Feb 2024 17:33:47 -0700 Subject: [PATCH] Reduced the spacing above H2s --- src/components/paragraph/stanford-lists.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/paragraph/stanford-lists.tsx b/src/components/paragraph/stanford-lists.tsx index 920fd591..8030ec7b 100644 --- a/src/components/paragraph/stanford-lists.tsx +++ b/src/components/paragraph/stanford-lists.tsx @@ -47,7 +47,7 @@ const ListParagraph = async ({headerId, headline, description, link, view, style return (
-
+
{headline &&

{headline}

} @@ -70,4 +70,4 @@ const ListParagraph = async ({headerId, headline, description, link, view, style } -export default ListParagraph; \ No newline at end of file +export default ListParagraph;