diff --git a/src/styles/widgets.css b/src/styles/widgets.css index cf757a4..b0e7ac0 100644 --- a/src/styles/widgets.css +++ b/src/styles/widgets.css @@ -217,7 +217,7 @@ input[type=range]::-ms-thumb { .gauge-unit { position: absolute; width: 100%; - font-size: large; + font-size: 1.0em; bottom: 25%; text-align: center; } @@ -226,7 +226,7 @@ input[type=range]::-ms-thumb { position: absolute; width: 100%; font-weight: bold; - font-size: xx-large; + font-size: 1.5em; bottom: 10%; text-align: center; }