style: move speed right to align with shifted RPM gauge

This commit is contained in:
2026-07-25 17:49:04 +08:00
parent 206b4b172a
commit a0be805efb
+1 -1
View File
@@ -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%)}