From 1dfefba8cd719220f778f099dc4838e6ce6c1d38 Mon Sep 17 00:00:00 2001 From: Ethan Sharabi <1780255+ethanshar@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:27:24 +0200 Subject: [PATCH] Adjust ratio in docs section between header and content --- docuilib/src/components/pageComponents/SectionHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docuilib/src/components/pageComponents/SectionHeader.tsx b/docuilib/src/components/pageComponents/SectionHeader.tsx index c1e8e5c755..1c72e6526a 100644 --- a/docuilib/src/components/pageComponents/SectionHeader.tsx +++ b/docuilib/src/components/pageComponents/SectionHeader.tsx @@ -83,7 +83,7 @@ export const SectionHeader = ({section, component}) => { default: return (
{title && getTitle(type, title)} {description && {_description}}