diff --git a/dashboards/forza_composite/index.html b/dashboards/forza_composite/index.html
index 24c7e75..f81bb3b 100644
--- a/dashboards/forza_composite/index.html
+++ b/dashboards/forza_composite/index.html
@@ -101,7 +101,7 @@ const M={aspect_ratio:"16:9",render_mode:"contain"};let GAME_ID='';
max=max||8000;cur=cur||0;sz();
const W=canvas.width/devicePixelRatio,H=canvas.height/devicePixelRatio;
ctx.clearRect(0,0,W,H);
- const tw=Math.max(54,W/11),th=Math.max(18,H/24),gap=Math.max(2,tw*.06);
+ const tw=Math.max(108,W/5),th=Math.max(36,H/12),gap=Math.max(3,tw*.04);
// tick thickness varies: 2x at bottom arc, 1x at top
function twScale(i){if(i>=Na)return 1;return 2-(i/(Na-1))}