diff --git a/web/app/components/raw-content/raw-content.scss b/web/app/components/raw-content/raw-content.scss index 36bd90f7..1e8b2d3e 100644 --- a/web/app/components/raw-content/raw-content.scss +++ b/web/app/components/raw-content/raw-content.scss @@ -29,4 +29,29 @@ max-width: 100%; max-height: 300px; } + + h1, h2, h3, h4, h5, h6 { + &:first-child { + margin-top: 0; + } + } + + blockquote { + margin: 0; + padding: 8px 8px 8px 24px; + background: #fafafa; + border-radius: 2px; + + + p { + margin-top: 8px; + } + } + + th { + text-align: left; + } + + code { + font-size: .85em; + } }