diff --git a/client/components/TestRenderer/index.jsx b/client/components/TestRenderer/index.jsx index 50bfce59d..98c146970 100644 --- a/client/components/TestRenderer/index.jsx +++ b/client/components/TestRenderer/index.jsx @@ -29,11 +29,13 @@ const ErrorSection = styled.section` const InstructionsSection = styled.section``; -const HeadingText = styled.h1``; +const HeadingText = styled.h2` + margin-top: 0; +`; -const SubHeadingText = styled.h2``; +const SubHeadingText = styled.h3``; -const InnerSectionHeadingText = styled.h3``; +const InnerSectionHeadingText = styled.h4``; const Text = styled.p` > textarea { diff --git a/client/components/TestRun/index.jsx b/client/components/TestRun/index.jsx index f41de2e88..ddc03711b 100644 --- a/client/components/TestRun/index.jsx +++ b/client/components/TestRun/index.jsx @@ -583,7 +583,9 @@ const TestRun = () => { return ( <>