File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ $(document).ready(function(){
73
73
big_image = $ ( '.page-header[data-parallax="true"]' ) ;
74
74
75
75
if ( big_image . length != 0 ) {
76
- pk . checkScrollForPresentationPage ( ) ;
77
- $ ( window ) . on ( 'scroll' , pk . checkScrollForPresentationPage ) ;
76
+ // pk.checkScrollForPresentationPage();
77
+ // $(window).on('scroll', pk.checkScrollForPresentationPage);
78
78
}
79
79
}
80
80
Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ span.typed-cursor {
56
56
57
57
.page-header .page-header-white {
58
58
background-color : white;
59
+ height : 100vh ;
60
+ min-height : 600px ;
61
+ max-height : none;
59
62
}
60
63
61
64
.page-header .page-header-white .content-center .motto .description {
@@ -135,6 +138,4 @@ img.img-curriculum-lg {
135
138
height : 50px ;
136
139
max-width : 100% ;
137
140
margin-top : 35px ;
138
-
139
- }
140
-
141
+ }
You can’t perform that action at this time.
0 commit comments