From 5c6ca02f8ece70764365007900203677ab2c015a Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Mon, 30 Oct 2017 23:16:45 +0000 Subject: [PATCH] Fixing website --- CliClient/app/build-website.js | 8 ++++---- index.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CliClient/app/build-website.js b/CliClient/app/build-website.js index f28e49721..b4fbab016 100644 --- a/CliClient/app/build-website.js +++ b/CliClient/app/build-website.js @@ -27,13 +27,16 @@ const headerHtml = ` td, th { padding: .5em 1em .5em 0; } - h1 { + h1, h2 { border-bottom: 1px solid #eaecef; padding-bottom: 0.3em; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: 600; font-size: 2em; } + h2 { + font-size: 1.6em; + } .title-icon { height: 2em; } @@ -76,9 +79,6 @@ const headerHtml = ` .cli-screenshot .prompt { color: #48C2F0; } - h1 { - font-weight: bold; - } .header { position: relative; padding-left: 2em; diff --git a/index.html b/index.html index 05f7f3451..3c897ab1f 100644 --- a/index.html +++ b/index.html @@ -19,13 +19,16 @@ td, th { padding: .5em 1em .5em 0; } - h1 { + h1, h2 { border-bottom: 1px solid #eaecef; padding-bottom: 0.3em; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: 600; font-size: 2em; } + h2 { + font-size: 1.6em; + } .title-icon { height: 2em; } @@ -68,9 +71,6 @@ .cli-screenshot .prompt { color: #48C2F0; } - h1 { - font-weight: bold; - } .header { position: relative; padding-left: 2em;