diff --git a/dashboards/forza_composite/index.html b/dashboards/forza_composite/index.html
index 8d914dc..c8ff69d 100644
--- a/dashboards/forza_composite/index.html
+++ b/dashboards/forza_composite/index.html
@@ -17,7 +17,7 @@ html,body{width:100%;height:100%;overflow:hidden;background:#0a0a0f;color:#fff;
#content{position:relative;width:100%;height:100%;background:#0a0a0f}
#rpm-area{position:absolute;left:2%;top:4%;width:62%;height:82%}
#rpm-canvas{width:100%;height:100%}
-#speed-area{position:absolute;left:2%;bottom:6%;width:62%;text-align:center}
+#speed-area{position:absolute;left:4%;bottom:6%;width:60%;text-align:center}
#speed-val{font-size:min(12vw,120px);font-weight:200;line-height:1;letter-spacing:-.02em}
#speed-unit{font-size:min(3vw,22px);color:rgba(255,255,255,.2);letter-spacing:.25em;margin-top:4px}
#gear-area{position:absolute;right:12%;top:50%;transform:translateY(-55%)}