Skip to content

Commit

Permalink
Fixed Graphview in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmJafeth committed Sep 20, 2024
1 parent 82bef8c commit c27ce84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/components/styles/graph.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
width: 50vw;

@media all and (max-width: $fullPageWidth) {
width: 90%;
width: 100%;
}
}
}
Expand Down

0 comments on commit c27ce84

Please sign in to comment.