client: improve heading margins in markdown

This commit is contained in:
Max Leiter 2022-03-23 16:52:14 -07:00
parent bbee452250
commit 2a1f95238b
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -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 */