Skip to content

Commit f3d8943

Browse files
committed
Update index.html
1 parent 8a004fa commit f3d8943

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
@@ -346,7 +346,7 @@ <h2 class="color-1 weight-title-h font-title section__title center">A codeful of
346346

347347
const height = 51.4; // el.clientHeight;
348348

349-
const isVisible = (elemTop + height) < window.innerHeight;
349+
const isVisible = (elemTop + height + 20) < window.innerHeight;
350350

351351
return isVisible;
352352

0 commit comments

Comments
 (0)