diff options
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 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))", |