Started adding contact section.

This commit is contained in:
Bob Vandevliet 2024-06-14 11:12:15 +02:00
parent af0f67f32c
commit 0607f4ff8f
2 changed files with 50 additions and 2 deletions

View file

@ -45,7 +45,7 @@ window.addEventListener('scroll', () =>
});
});
document.querySelectorAll('h1, h2, h3, h4, h5, h6').forEach(header =>
document.querySelectorAll('h1, h2').forEach(header =>
{
if (header.id)
{