diff options
author | Alex Legler <alex@a3li.li> | 2015-02-27 20:02:16 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-02-27 20:02:16 +0100 |
commit | 25f515972cd67f10274e9d70c54e5499b3059b52 (patch) | |
tree | 702f06185fa87005c0913d0769aaee11c0084170 | |
parent | Declare .stick-top (diff) | |
download | tyrian-theme-25f515972cd67f10274e9d70c54e5499b3059b52.tar.gz tyrian-theme-25f515972cd67f10274e9d70c54e5499b3059b52.tar.bz2 tyrian-theme-25f515972cd67f10274e9d70c54e5499b3059b52.zip |
Increase <h?> sizes ever so slightly
-rw-r--r-- | sources/css/tyrian/bootstrap/variables-tyrian.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/css/tyrian/bootstrap/variables-tyrian.less b/sources/css/tyrian/bootstrap/variables-tyrian.less index 8bb9feb..4bfcae9 100644 --- a/sources/css/tyrian/bootstrap/variables-tyrian.less +++ b/sources/css/tyrian/bootstrap/variables-tyrian.less @@ -10,9 +10,9 @@ @headings-font-weight: 400; @font-size-h1: floor((@font-size-base * 2.25)); -@font-size-h2: floor((@font-size-base * 1.70)); -@font-size-h3: ceil((@font-size-base * 1.25)); -@font-size-h4: ceil((@font-size-base * 1.1)); +@font-size-h2: floor((@font-size-base * 1.80)); +@font-size-h3: ceil((@font-size-base * 1.45)); +@font-size-h4: ceil((@font-size-base * 1.2)); @font-size-h5: @font-size-base; @font-size-h6: ceil((@font-size-base * 0.85)); // ~12px |