diff --git a/raspberry/roberto/views/frontend/templates/index.html b/raspberry/roberto/views/frontend/templates/index.html index e6872a2..3ea082d 100644 --- a/raspberry/roberto/views/frontend/templates/index.html +++ b/raspberry/roberto/views/frontend/templates/index.html @@ -21,7 +21,7 @@ } #controls { position: absolute; - bottom: 40; + bottom: 40px; left: 0; right: 0; width: 100%; @@ -38,6 +38,10 @@ right: 50px } .stats-box { + position: absolute; + right: 20px; + top: 100px; + color: white; opacity: 0.6; z-index: 1; }