aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-11-14 19:47:34 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2016-11-14 19:47:34 +0100
commit6202af6a782398faefc3fd1da71911d80f63a276 (patch)
tree2f84ac3a49d954106d6eef0b6b0807e493ad2e93
parent0b5b4c600f95d0adb5ccccc3eb0f753c47a39067 (diff)
webdocs: adjust font sizes and TOC margins
Change-Id: I1258bc42e8e666f0ccd0eb1b6ba451f52bb7d223 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r--site/static/styles/scss/_docs.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/static/styles/scss/_docs.scss b/site/static/styles/scss/_docs.scss
index 6b1ca3c..65232b4 100644
--- a/site/static/styles/scss/_docs.scss
+++ b/site/static/styles/scss/_docs.scss
@@ -78,7 +78,7 @@
/* NOTE: the bottom padding is special because it offsets the header */
padding-top: 35px;
padding-bottom: 80px;
- padding-left: 55px;
+ padding-left: 10px;
padding-right: 10px;
li {
@@ -106,7 +106,7 @@
}
}
.toc-section-heading {
- font-size: 30px;
+ font-size: 24px;
font-weight: 300;
margin: 0.3em 0em 0.3em 0em;
display: block;
@@ -173,7 +173,7 @@
color: #2C7185;
}
h1 {
- font-size: 48px;
+ font-size: 44px;
font-weight: 300;
}
h2 {