diff options
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-x | theme/stylesheets/website/markdown.less | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/theme/stylesheets/website/markdown.less b/theme/stylesheets/website/markdown.less index 25e9ae6..8075e58 100755 --- a/theme/stylesheets/website/markdown.less +++ b/theme/stylesheets/website/markdown.less @@ -198,13 +198,13 @@ h6 { position: relative; margin-top: 1em; + margin-bottom: 16px; font-weight: bold; line-height: 1.4; } h1 { padding-bottom: 0.3em; - margin-bottom: 16px; font-size: 2.25em; line-height: 1.2; border-bottom: 1px solid #eee; @@ -212,30 +212,25 @@ h2 { padding-bottom: 0.3em; - margin-bottom: 16px; font-size: 1.75em; line-height: 1.225; border-bottom: 1px solid #eee; } h3 { - margin-bottom: 0; font-size: 1.5em; line-height: 1.43; } h4 { - margin-bottom: 0.1em; font-size: 1.25em; } h5 { - margin-bottom: 0.2em; font-size: 1em; } h6 { - margin-bottom: 0.2em; font-size: 1em; color: #777; } |