From cf6a20b4e065d0bb40be75377138348b4df6e95f Mon Sep 17 00:00:00 2001 From: s-ol Date: Sat, 28 Sep 2019 14:26:05 +0200 Subject: portfolio wip --- scss/_content.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'scss') 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; -- cgit v1.2.3