Thriller

LATEST ARTICLES

document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); const offset = 146; if (target) { window.scrollTo({ top: target.offsetTop - offset, behavior: 'smooth' }); } }); });