From 46efe3c5fa28939151e1ff2bf9e4b9eeea4069e3 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Wed, 14 Sep 2022 21:46:26 +0200 Subject: docs: extend docker instructions --- web/pw-server/src/styles/markdown.scss | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'web/pw-server/src/styles/markdown.scss') diff --git a/web/pw-server/src/styles/markdown.scss b/web/pw-server/src/styles/markdown.scss index d5ed2fa..aa9569b 100644 --- a/web/pw-server/src/styles/markdown.scss +++ b/web/pw-server/src/styles/markdown.scss @@ -3,8 +3,15 @@ .markdown-body { color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, - "Open Sans", "Helvetica Neue", sans-serif; + "Open Sans", "Helvetica Neue", sans-serif; + h2 { + margin-top: 1.5em; + } + + h3 { + margin-top: 1.2em; + } a { color: variables.$blue-primary; @@ -32,6 +39,6 @@ } li { - padding: .5em; + margin-bottom: 1em; } -} \ No newline at end of file +} -- cgit v1.2.3