grid-background vertical rhythm should be based off of $blueprint-font-size, rather than a static value.
Closes GH-429.
This commit is contained in:
parent
d7115caad6
commit
8d8d3eecbc
@ -14,7 +14,7 @@
|
|||||||
$total : $blueprint-grid-columns,
|
$total : $blueprint-grid-columns,
|
||||||
$column : $blueprint-grid-width,
|
$column : $blueprint-grid-width,
|
||||||
$gutter : $blueprint-grid-margin,
|
$gutter : $blueprint-grid-margin,
|
||||||
$baseline : 20px
|
$baseline : $blueprint-font-size * 1.5
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user