Skip to content

Commit

Permalink
fix(template): remove unwanted margin
Browse files Browse the repository at this point in the history
  • Loading branch information
etabeta1 committed Dec 13, 2024
1 parent f3f5347 commit 43e07f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 8 additions & 0 deletions build_docs_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ def build_docs_and_index():
"maxwidth=100vw",
# Output gets very messy with concurrent verbose output
# "--verbose",
"--metadata",
"margin-left=0px",
"--metadata",
"margin-top=0px",
"--metadata",
"margin-right=0px",
"--metadata",
"margin-bottom=0px",
"-o",
output_filename,
path,
Expand Down
4 changes: 0 additions & 4 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@
svg.classList.add("img-fluid");
}
});

document.querySelectorAll('pre code').forEach((el) => {
hljs.highlightElement(el);
});
});
</script>
</head>
Expand Down

0 comments on commit 43e07f6

Please sign in to comment.