aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/bootstrap/config.json
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-11-08 17:25:49 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-11-08 17:48:23 +0300
commit5586e15a02bc83a4a164068e5be20cb5505bc7b1 (patch)
treee507ced90e4bd70a6d629ee458ab630a223593d1 /assets/bootstrap/config.json
parentposts: add gap between title and date (diff)
downloadjekyll-theme-5586e15a02bc83a4a164068e5be20cb5505bc7b1.tar.gz
jekyll-theme-5586e15a02bc83a4a164068e5be20cb5505bc7b1.zip
Revert "bootstrap: make headers smaller still"
On second thought, the headers were fine. If I make them smaller, they become too similar to the text. This reverts commit 7a0b1689564055a98512fdd09ea94ae82210b096.
Diffstat (limited to '')
-rw-r--r--assets/bootstrap/config.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/bootstrap/config.json b/assets/bootstrap/config.json
index cc7a15e..eb8d723 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.60))",
- "@font-size-h2": "floor((@font-size-base * 1.45))",
- "@font-size-h3": "ceil((@font-size-base * 1.30))",
+ "@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-h4": "ceil((@font-size-base * 1.15))",
"@font-size-h5": "@font-size-base",
"@font-size-h6": "ceil((@font-size-base * .85))",