disable ragadjust for h3 nodes

This commit is contained in:
isUnknown 2025-02-04 09:33:15 +01:00
parent 7d577654a4
commit b2853043c8

View file

@ -140,7 +140,7 @@ function closeNav() {
}
document.addEventListener("DOMContentLoaded", () => {
ragadjust("h1, h2, h3, h4, h5", ["all"]);
ragadjust("h1, h2, h4, h5", ["all"]);
window.window.scrollTo({
top: 0,
});