summaryrefslogtreecommitdiff
path: root/docs/index.css
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-01-17 10:42:29 +0300
committerRasmus Andersson <rasmus@notion.se>2018-01-17 10:42:29 +0300
commit840be08640dc7a85197ecf042b85919063d32bd7 (patch)
tree918ecf88ff554aefccd5f9af1a676512d1b3e7da /docs/index.css
parent25dc7a6f2a378cb6e27028ceb6fe534f26524ad8 (diff)
downloadinter-840be08640dc7a85197ecf042b85919063d32bd7.tar.xz
website: slightly smaller text
Diffstat (limited to 'docs/index.css')
-rw-r--r--docs/index.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/index.css b/docs/index.css
index 8caaa6370..9e83bd86f 100644
--- a/docs/index.css
+++ b/docs/index.css
@@ -3,8 +3,12 @@ html { }
body {
background-color: #f4f4f4;
color: #414141;
- font: 16px/22px 'Inter UI', system-ui, sans-serif;
- letter-spacing: -0.1px;
+ font: 15px/22px 'Inter UI', system-ui, sans-serif;
+
+ font-size: 15px;
+ line-height:1.4;
+ letter-spacing: 0.009em;
+
font-weight: 400;
padding-bottom: 30px;
@@ -83,7 +87,7 @@ h1, h2, h3 {
h1 {
color: #222;
font-size: 55px;
- letter-spacing: -2.1px;
+ letter-spacing: -0.05em;
line-height: 50px;
text-indent: -2.5px;
margin-bottom: 30px;