Skip to content

Commit

Permalink
Fix title position on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Apr 28, 2024
1 parent 08020d8 commit 9e1a044
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _assets/js/charting/comparison.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ var comparisonConfig = {
labels: {
style: { fontSize: "14px" }
}
},
title: {
style: { fontSize: '0.5em' },
widthAdjust: -240,
x: -4,
}
}
}]
Expand Down

0 comments on commit 9e1a044

Please sign in to comment.