diff --git a/app/components/Editor.js b/app/components/Editor.js index 4c3cb476..22c5b949 100644 --- a/app/components/Editor.js +++ b/app/components/Editor.js @@ -114,6 +114,15 @@ const StyledEditor = styled(RichMarkdownEditor)` margin-top: 72px !important; } + .heading-name:first-child { + & + h1, + & + h2, + & + h3, + & + h4 { + margin-top: 0; + } + } + p { a { color: ${(props) => props.theme.text};