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;
}