studio - soft landing/nav: added in functionality/content to soft landing view and started punch list

This commit is contained in:
Brian Talbot
2013-02-05 11:34:28 -05:00
parent b654ee4006
commit b456281a8f
14 changed files with 146 additions and 22 deletions

View File

@@ -8,7 +8,7 @@
font-size: ($sizeValue/10) + rem;
}
// Line-height
// line-height
@function lh($amount: 1) {
@return $body-line-height * $amount;
}