Skip to content

Commit

Permalink
build: fix more page
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed Oct 18, 2023
1 parent 10faf86 commit fed1592
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions public/css/more.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,3 +290,7 @@ footer a:hover {
margin: 0 auto;
color: #000;
}

.dh-banner {
margin-top: 64px !important;
}
4 changes: 2 additions & 2 deletions public/js/more.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ function getCode(name) {
return pretty(code);
}

window.onload = function () {
document.addEventListener("DOMContentLoaded", () => {
Array.from(document.querySelectorAll(".html-group")).forEach(function (
group
) {
Expand Down Expand Up @@ -732,4 +732,4 @@ window.onload = function () {

editors.push(editor);
});
};
});

0 comments on commit fed1592

Please sign in to comment.