aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-09-28 12:26:05 +0000
committers-ol <s-ol@users.noreply.github.com>2019-09-28 12:26:05 +0000
commitcf6a20b4e065d0bb40be75377138348b4df6e95f (patch)
tree8fbf4dbd00cee119087c135a69737d69c909252d /scss
parentadd VJmidiKit (diff)
downloadmmm-cf6a20b4e065d0bb40be75377138348b4df6e95f.tar.gz
mmm-cf6a20b4e065d0bb40be75377138348b4df6e95f.zip
portfolio wip
Diffstat (limited to 'scss')
-rw-r--r--scss/_content.scss14
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;