case studies
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user