Adjust type scale
This commit is contained in:
parent
d04308520f
commit
9a3d4de6e1
2 changed files with 9 additions and 8 deletions
|
@ -29,13 +29,14 @@ $calisto : "Calisto MT", serif;
|
|||
$garamond : Garamond, serif;
|
||||
|
||||
/* type scale */
|
||||
$type-size-1 : 2.441em;
|
||||
$type-size-2 : 1.953em;
|
||||
$type-size-3 : 1.563em;
|
||||
$type-size-4 : 1.25em;
|
||||
$type-size-5 : 1em;
|
||||
$type-size-6 : 0.8em;
|
||||
$type-size-7 : 0.75em;
|
||||
$type-size-1 : 2.441em; // ~39.056px
|
||||
$type-size-2 : 1.953em; // ~31.248px
|
||||
$type-size-3 : 1.563em; // ~25.008px
|
||||
$type-size-4 : 1.25em; // ~20px
|
||||
$type-size-5 : 1em; // ~16px
|
||||
$type-size-6 : 0.75em; // ~12px
|
||||
$type-size-7 : 0.6875em; // ~11px
|
||||
$type-size-8 : 0.625em; // ~10px
|
||||
|
||||
|
||||
/*
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue