Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryHamon committed Sep 13, 2023
1 parent ec628fd commit 441a1ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quartz/components/Graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const defaultOptions: GraphOptions = {
depth: 1,
scale: 2.5,
repelForce: .75,
centerForce: .3,
centerForce: .5,
linkDistance: 10,
fontSize: 0.3,
opacityScale: 1,
Expand All @@ -37,8 +37,8 @@ const defaultOptions: GraphOptions = {
zoom: true,
depth: -1,
scale: 4,
repelForce: 0.5,
centerForce: 0.3,
repelForce: 0.1,
centerForce: 0.5,
linkDistance: 10,
fontSize: 0.3,
opacityScale: 1,
Expand Down
3 changes: 3 additions & 0 deletions quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ header {
margin: 0 auto !important;
padding: 0 1rem !important;
}
.page .page-header{
width: 100%!important;
}
#quartz-body .sidebar.left {
left: 0!important;
padding: 2rem !important;
Expand Down

0 comments on commit 441a1ed

Please sign in to comment.