diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-09-28 12:26:05 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-09-28 12:26:05 +0000 |
| commit | cf6a20b4e065d0bb40be75377138348b4df6e95f (patch) | |
| tree | 8fbf4dbd00cee119087c135a69737d69c909252d /scss | |
| parent | add VJmidiKit (diff) | |
| download | mmm-cf6a20b4e065d0bb40be75377138348b4df6e95f.tar.gz mmm-cf6a20b4e065d0bb40be75377138348b4df6e95f.zip | |
portfolio wip
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; |
