Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed Dec 27, 2024
1 parent d93e416 commit 49608fe
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 1 deletion.
248 changes: 248 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"prettier": "3.4.2",
"process": "^0.11.10",
"react-router-dom": "^6.14.1",
"svgo": "^3.3.2",
"ts-jest": "^29.2.5",
"typescript-eslint": "^8.18.1"
},
Expand Down
4 changes: 3 additions & 1 deletion src/components/markdown/Markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
font-size: 1.2em;
}

h4, h5, h6 {
h4,
h5,
h6 {
font-size: 1em;
}
}

0 comments on commit 49608fe

Please sign in to comment.