diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-14 21:46:26 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-14 21:46:26 +0200 |
commit | 46efe3c5fa28939151e1ff2bf9e4b9eeea4069e3 (patch) | |
tree | b1bf8620664f1cd2fec999cbc3e8f5d99aa3e6d2 /web/pw-server/src/styles/markdown.scss | |
parent | 1a5755f0a3aa239f2eb64ed2cb065254e560f0c4 (diff) | |
download | planetwars.dev-46efe3c5fa28939151e1ff2bf9e4b9eeea4069e3.tar.xz planetwars.dev-46efe3c5fa28939151e1ff2bf9e4b9eeea4069e3.zip |
docs: extend docker instructions
Diffstat (limited to 'web/pw-server/src/styles/markdown.scss')
-rw-r--r-- | web/pw-server/src/styles/markdown.scss | 13 |
1 files changed, 10 insertions, 3 deletions
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 +} |