Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
p-balu committed Feb 10, 2024
1 parent 71f1c8d commit 3b2cc47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [Installation](#installation)
- [Installing `package using npm` globally](#installing-package-using-npm-globally)
- [Configuration](#configuration)
- [Contribution](#contribution)
- [Contributing](#contributing)
- [License](#license)

# What is this?
Expand Down
6 changes: 3 additions & 3 deletions public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.header {
margin: 0 auto;
min-width: 220px;
max-width: 1040px;
max-width: 960px;
margin-top: 2%;
}
.markdown-body {
Expand All @@ -23,8 +23,8 @@
margin: 0 auto;
margin-top: 1%;
padding: 40px;
min-width: 250px;
max-width: 980px;
min-width: 220px;
max-width: 900px;
border: 1px solid #ccc;
border-radius: 8px;
margin-bottom: 3%;
Expand Down
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const renderHTML = (markdown) => `<!DOCTYPE html>
// Reinitializing mermaid
mermaid.init(undefined, document.querySelectorAll('.mermaid'));
});
</script>
<script>
window.addEventListener("scroll", (event) => {
Expand Down

0 comments on commit 3b2cc47

Please sign in to comment.