summaryrefslogtreecommitdiff
path: root/docs/index.css
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-09-12 08:43:45 +0300
committerRasmus Andersson <rasmus@notion.se>2017-09-12 08:43:45 +0300
commit7eca124740d84c900662e0e15fb9644556e51012 (patch)
tree82e965ba5586c1f7fc10c5f0c79fca6724cdeeee /docs/index.css
parentc77a0f84929e940adb150154971ef784471827c2 (diff)
downloadinter-7eca124740d84c900662e0e15fb9644556e51012.tar.xz
website: Use large and bold font for H1
Diffstat (limited to 'docs/index.css')
-rw-r--r--docs/index.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/index.css b/docs/index.css
index 929be6253..804f7749d 100644
--- a/docs/index.css
+++ b/docs/index.css
@@ -30,7 +30,7 @@ a.plain, a.fat {
text-decoration: none;
}
a.fat {
- font-weight:500;
+ font-weight:700;
}
p {
@@ -75,13 +75,14 @@ h1, h2, h3 {
font-weight: 500;
}
h1 {
- color: #333;
- font-size: 38px;
- letter-spacing: -1.3px;
+ color: #222;
+ font-size: 55px;
+ letter-spacing: -2.1px;
line-height: 40px;
- text-indent: -2px;
+ text-indent: -2.5px;
margin-bottom: 30px;
margin-top: 10px;
+ font-weight: 700;
}
h2 {
font-size: 24px;