client: increase markdown top margin

This commit is contained in:
Max Leiter 2022-03-23 17:01:41 -07:00
parent 2a1f95238b
commit 7c857cf318
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -15,7 +15,7 @@
.markdownPreview h4,
.markdownPreview h5,
.markdownPreview h6 {
margin-top: var(--gap-half);
margin-top: var(--gap);
margin-bottom: var(--gap-half);
}