Skip to content

Commit c3198db

Browse files
committed
Update index.html
1 parent 53cdc38 commit c3198db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ <h2 class="color-1 weight-title-h font-title section__title center">A codeful of
370370
const elemTop = rect.top;
371371
const elemBottom = rect.bottom;
372372

373-
const height = 51.4; // el.clientHeight;
373+
const height = 51.4 / 2; // el.clientHeight;
374374

375375
const isVisible = (elemTop + height + 20) < window.innerHeight;
376376

0 commit comments

Comments
 (0)