diff --git a/CliClient/app/build-website.js b/CliClient/app/build-website.js index b4fbab016..8e376be32 100644 --- a/CliClient/app/build-website.js +++ b/CliClient/app/build-website.js @@ -33,10 +33,14 @@ const headerHtml = ` 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; + margin-bottom: 16px; } h2 { font-size: 1.6em; } + h3 { + font-size: 1.3em; + } .title-icon { height: 2em; } diff --git a/index.html b/index.html index 3c897ab1f..90eda8839 100644 --- a/index.html +++ b/index.html @@ -25,10 +25,14 @@ 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; + margin-bottom: 16px; } h2 { font-size: 1.6em; } + h3 { + font-size: 1.3em; + } .title-icon { height: 2em; }