diff --git a/client/components/preview/preview.module.css b/client/components/preview/preview.module.css index fe50d74e..ab879af4 100644 --- a/client/components/preview/preview.module.css +++ b/client/components/preview/preview.module.css @@ -15,8 +15,8 @@ .markdownPreview h4, .markdownPreview h5, .markdownPreview h6 { - margin-top: 0; - margin-bottom: 0.5rem; + margin-top: var(--gap-half); + margin-bottom: var(--gap-half); } /* Auto-linked headers */