From 073fd3099260a78103299caf7f5c9374da15aee1 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Wed, 12 Aug 2020 02:19:17 +0300 Subject: [PATCH] More gentle font size in docs --- website/css/bootstrap.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/website/css/bootstrap.css b/website/css/bootstrap.css index f9fad939795..b52c19c2b8a 100644 --- a/website/css/bootstrap.css +++ b/website/css/bootstrap.css @@ -363,25 +363,25 @@ h1, h2, h3, h4, h5, h6, } h1, .h1 { - font-size: 2.5rem; -} - -h2, .h2 { font-size: 2rem; } -h3, .h3 { - font-size: 1.75rem; -} - -h4, .h4 { +h2, .h2 { font-size: 1.5rem; } -h5, .h5 { +h3, .h3 { font-size: 1.25rem; } +h4, .h4 { + font-size: 1rem; +} + +h5, .h5 { + font-size: 1rem; +} + h6, .h6 { font-size: 1rem; }