case studies

This commit is contained in:
scotty
2016-09-14 10:39:24 -07:00
parent e035d83836
commit ae8d6a053c
7 changed files with 549 additions and 2 deletions
+5
View File
@@ -132,8 +132,13 @@ var kub = (function () {
}
case 'home':
// case 'caseStudies':
bodyHeight = windowHeight;
break;
case 'caseStudies':
bodyHeight = windowHeight * 2;
break;
default: {
bodyHeight = hero.outerHeight() + $('#mainContent').outerHeight();