From dba3572ce1bd26b4c0204e139b4ec5dffda3aa24 Mon Sep 17 00:00:00 2001 From: wez3 Date: Sat, 21 Jan 2017 23:12:19 +0100 Subject: [PATCH] Remove line-height to fix top tiles issue --- static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/custom.css b/static/css/custom.css index ee21c03..5e3003f 100755 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1962,7 +1962,7 @@ span.right { .tile_stats_count .count { font-size: 2.5vw; - line-height: 47px; + /* line-height: 47px;*/ font-weight: 600; }