summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index af02e5eed..d4e669a80 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -76,7 +76,7 @@ p {
code {
display: block;
font-family: "SFMono-Regular", Menlo, Consolas, Inconsolata, monospace;
- /*background: rgba(0,0,0,0.05);*/
+ font-size:0.96em;
border-radius:1px;
padding: 0.5em 0;
overflow: scroll;
@@ -97,7 +97,9 @@ h1 {
h2 {
font-size: 24px;
letter-spacing: -0.4px;
- line-height: 40px;
+ line-height: 30px;
+ margin-bottom: 25px;
+ margin-top: 10px;
}
h1 > a, h2 > a, h3 > a {