diff --git a/static/css/main.css b/static/css/main.css index fffcaa968fb..fd82e3f1c02 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -60,6 +60,9 @@ body { .bgStatus .currentDelta { font-size: 35%; text-decoration: line-through; + display: block; + position: relative; + top: -20px; } .bgStatus.current .currentBG { text-decoration: none; @@ -67,6 +70,9 @@ body { .bgStatus.current .currentDelta { font-size: 35%; text-decoration: none; + display: block; + position: relative; + top: -20px; } .currentDirection { font-weight: normal; diff --git a/static/index.html b/static/index.html index 7adbe3ba61d..90af5eb0c6f 100644 --- a/static/index.html +++ b/static/index.html @@ -33,13 +33,14 @@

Nightscout

--- - -- - + -- +