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:
Lorin Tackett 2011-06-13 12:02:45 -07:00 committed by Chris Eppstein
parent d7115caad6
commit 8d8d3eecbc

View File

@ -14,7 +14,7 @@
$total : $blueprint-grid-columns,
$column : $blueprint-grid-width,
$gutter : $blueprint-grid-margin,
$baseline : 20px
$baseline : $blueprint-font-size * 1.5
);
}
}