diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-12-27 21:21:47 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-12-27 21:21:47 -0500 |
commit | b83435e908a851a5357fe60fee2fcd2a1d65cf59 (patch) | |
tree | 1fb56f55e9e25df1b9b7feb6b9de941c588e1f14 /superhero/_variables.scss | |
parent | 11be9a489bad9791ab0d6b82c07a8c1f80673c0b (diff) |
superhero: build sass for #535
Diffstat (limited to 'superhero/_variables.scss')
-rw-r--r-- | superhero/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superhero/_variables.scss b/superhero/_variables.scss index 4ba893d5..d644e7a9 100644 --- a/superhero/_variables.scss +++ b/superhero/_variables.scss @@ -51,7 +51,7 @@ $font-family-base: $font-family-sans-serif !default; $font-size-base: 15px !default; $font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px -$font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px +$font-size-small: 12px !default; $font-size-h1: floor(($font-size-base * 2.6)) !default; // ~36px $font-size-h2: floor(($font-size-base * 2.15)) !default; // ~30px |