diff options
Diffstat (limited to 'superhero/variables.less')
-rw-r--r-- | superhero/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superhero/variables.less b/superhero/variables.less index 80b4944d..55b4c6f6 100644 --- a/superhero/variables.less +++ b/superhero/variables.less @@ -50,7 +50,7 @@ @font-size-base: 15px; @font-size-large: ceil((@font-size-base * 1.25)); // ~18px -@font-size-small: ceil((@font-size-base * 0.85)); // ~12px +@font-size-small: 12px; @font-size-h1: floor((@font-size-base * 2.6)); // ~36px @font-size-h2: floor((@font-size-base * 2.15)); // ~30px |