From 7a0b1689564055a98512fdd09ea94ae82210b096 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 8 Nov 2021 09:26:15 +0300 Subject: bootstrap: make headers smaller still --- assets/bootstrap/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'assets/bootstrap/config.json') 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))", -- cgit v1.2.3