diff --git a/dashboards/forza_composite/index.html b/dashboards/forza_composite/index.html index 20ba018..b547ca6 100644 --- a/dashboards/forza_composite/index.html +++ b/dashboards/forza_composite/index.html @@ -23,7 +23,7 @@ html,body{width:100%;height:100%;overflow:hidden;background:#060a16;color:#fff; #gear-area{position:absolute;right:12%;top:50%;transform:translateY(-55%)} #gear-box{width:min(24vw,200px);height:min(24vw,200px);border-radius:50%;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center} #gear-box span{font-size:min(96vw,800px);font-weight:200;transition:.1s} -#pedals{position:absolute;right:4%;top:6%;width:16%} +#pedals{position:absolute;right:6%;top:6%;width:18%} .pedal{margin-bottom:22px} .pedal .pl{font-size:min(9.6vw,68px);color:rgba(255,255,255,.25);margin-bottom:8px;letter-spacing:.15em} .pedal .pb{height:24px;background:rgba(255,255,255,.06);overflow:hidden}