From ce7d15c2d4e3daf492cdac98cefdeb764e4b89ab Mon Sep 17 00:00:00 2001 From: Yan Date: Mon, 21 Aug 2017 11:41:42 +0630 Subject: [PATCH] update dashboard --- app/views/home/dashboard.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/home/dashboard.html.erb b/app/views/home/dashboard.html.erb index 511cd500..0df28c6f 100644 --- a/app/views/home/dashboard.html.erb +++ b/app/views/home/dashboard.html.erb @@ -256,7 +256,7 @@ font-weight: 400; text-transform: uppercase; transition: color 0.3s ease; - line-height: 48px; + /*line-height: 48px;*/ } .card .card-content { @@ -264,7 +264,7 @@ border-radius: 0 0 2px 2px; background-clip: padding-box; box-sizing: border-box; - height: 120px; + /*height: 120px;*/ transition: color 0.3s ease; text-align: center; }