diff --git a/src/shared/ui/markdown-renderer/index.tsx b/src/shared/ui/markdown-renderer/index.tsx index 66fa4d35..d239df03 100644 --- a/src/shared/ui/markdown-renderer/index.tsx +++ b/src/shared/ui/markdown-renderer/index.tsx @@ -33,9 +33,9 @@ const COMPONENTS = (themeName: string): Components => ({ ), @@ -53,9 +53,9 @@ const COMPONENTS = (themeName: string): Components => ({ ), @@ -63,9 +63,9 @@ const COMPONENTS = (themeName: string): Components => ({ ), @@ -73,9 +73,9 @@ const COMPONENTS = (themeName: string): Components => ({ ), @@ -83,9 +83,9 @@ const COMPONENTS = (themeName: string): Components => ({ ), @@ -140,10 +140,30 @@ const StyleWrapper = styled.div` margin: 24px 0; } + h1 { + margin-top: 64px; + } + h2 { margin-top: 64px; } + h3 { + margin-top: 48px; + } + + h4 { + margin-top: 32px; + } + + h5 { + margin-top: 24px; + } + + h6 { + margin-top: 12px; + } + //TODO parse image to figcaption img { max-height: 600px;