From 083ea7d3a6face0391450ccf6351f4ab2b4164ba Mon Sep 17 00:00:00 2001 From: Ricardo Hernandez-Montoya Date: Mon, 3 Apr 2017 16:29:36 +0200 Subject: [PATCH] gauge widget: font sizes (still not responsive) --- src/styles/widgets.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }