Update home page

This commit is contained in:
jheaps
2025-03-27 15:03:21 -06:00
parent 0bb3840aa7
commit 79a37c911d
8 changed files with 93 additions and 22 deletions
+7
View File
@@ -57,4 +57,11 @@ function showClickedContents(option) {
inline: "nearest"
});
}
else if (option === 'demos') {
document.querySelector("#DemosBox").scrollIntoView({
behavior: "smooth",
block: "start",
inline: "nearest"
});
}
}