File tree Expand file tree Collapse file tree 6 files changed +3
-3
lines changed Expand file tree Collapse file tree 6 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
<div class =" header-background" style =" position : relative ; display :" >
18
18
<div class =" img" style ="
19
- background-image : url (' /assets/img/lab_header_2 .jpg' );
19
+ background-image : url (' /assets/img/lab_header_3 .jpg' );
20
20
background-repeat : no-repeat ;
21
21
background-size : contain ;
22
22
background-position : top center ;
41
41
width : 45% ;
42
42
max-width : 400px ;
43
43
line-height : 2vw ;
44
- padding-bottom : 10 vw ;
44
+ padding-bottom : 9 vw ;
45
45
padding-left : 1vw ;
46
46
" >
47
47
Bridging the Gap between Knowledge-driven Science and Data-driven Machine Learning
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ function addScrollToBottom() {
56
56
r . appendChild ( document . createTextNode ( d ) ) ;
57
57
document . head . insertAdjacentElement ( "afterbegin" , r ) ;
58
58
59
- var incrementAmount = window . innerHeight / 1.5 ; // Set the scroll increment amount
59
+ var incrementAmount = window . innerHeight / 0.95 ; // Set the scroll increment amount
60
60
61
61
var button = function ( ) {
62
62
var o = document . createElement ( "div" ) ;
You can’t perform that action at this time.
0 commit comments