diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_content.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scss/_content.scss b/scss/_content.scss index 708685f..7468de5 100644 --- a/scss/_content.scss +++ b/scss/_content.scss @@ -18,6 +18,20 @@ } } + .markdown { + h2 + p, + h3 + p, + h4 + p, + h5 + p, + h6 + p { + margin-top: 0.2em; + } + } + + .markdown > ul { + margin-block-end: 1em; + } + .embed { width: inherit; height: inherit; |
