diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-08 09:26:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-08 09:26:15 +0300 |
commit | 7a0b1689564055a98512fdd09ea94ae82210b096 (patch) | |
tree | 301ce27a086c804cbd2c3d03797d5c1ed552196d /assets/bootstrap/config.json | |
parent | posts: separate category & date visually (diff) | |
download | jekyll-theme-7a0b1689564055a98512fdd09ea94ae82210b096.tar.gz jekyll-theme-7a0b1689564055a98512fdd09ea94ae82210b096.zip |
bootstrap: make headers smaller still
Diffstat (limited to 'assets/bootstrap/config.json')
-rw-r--r-- | assets/bootstrap/config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/bootstrap/config.json b/assets/bootstrap/config.json index eb8d723..cc7a15e 100644 --- a/assets/bootstrap/config.json +++ b/assets/bootstrap/config.json @@ -23,9 +23,9 @@ "@font-size-base": "15px", "@font-size-large": "ceil((@font-size-base * 1.15))", "@font-size-small": "ceil((@font-size-base * .85))", - "@font-size-h1": "floor((@font-size-base * 1.75))", - "@font-size-h2": "floor((@font-size-base * 1.55))", - "@font-size-h3": "ceil((@font-size-base * 1.35))", + "@font-size-h1": "floor((@font-size-base * 1.60))", + "@font-size-h2": "floor((@font-size-base * 1.45))", + "@font-size-h3": "ceil((@font-size-base * 1.30))", "@font-size-h4": "ceil((@font-size-base * 1.15))", "@font-size-h5": "@font-size-base", "@font-size-h6": "ceil((@font-size-base * .85))", |