client: improve heading margins in markdown
This commit is contained in:
parent
bbee452250
commit
2a1f95238b
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue