disable ragadjust for h3 nodes
This commit is contained in:
parent
7d577654a4
commit
b2853043c8
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ function closeNav() {
|
||||||
}
|
}
|
||||||
|
|
||||||
document.addEventListener("DOMContentLoaded", () => {
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
ragadjust("h1, h2, h3, h4, h5", ["all"]);
|
ragadjust("h1, h2, h4, h5", ["all"]);
|
||||||
window.window.scrollTo({
|
window.window.scrollTo({
|
||||||
top: 0,
|
top: 0,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue