diff --git a/assets/stylesheets/extra.css b/assets/stylesheets/extra.css index b8613b8..287c650 100644 --- a/assets/stylesheets/extra.css +++ b/assets/stylesheets/extra.css @@ -52,32 +52,38 @@ .md-typeset h1 { color: #fb4934; - margin: 0 0 0; + margin: 0.9em 0 0; } .md-typeset h2 { color: #fe8019; - margin: 0 0 0; + margin: 0.7em 0 0; } .md-typeset h3 { color: #b8bb26; - margin: 0 0 0; + margin: 0.5em 0 0; } .md-typeset h4 { color: #689d6a; - margin:1em 0 + margin: 0.3em 0 0; } .md-typeset h5{ color: #458588; + margin: 0.3em 0 0; } .md-typeset h6 { color: #d3869b; + margin: 0.3em 0 0; } +.md-typeset p { + margin-bottom: 0px; + margin-top: 0.4em; +} .md-typeset .admonition.info, .md-typeset details.info { @@ -241,4 +247,4 @@ .md-typeset .bug > .admonition-title:after, .md-typeset .bug > summary:after { color: #9d0006 -} \ No newline at end of file +}